Changes between Initial Version and Version 6 of Ticket #375
- Timestamp:
- 01/01/2013 05:43:52 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #375 – Description
initial v6 3 3 I just try the audio filter branch for a while and noticed that when i set -af earwax , the generated audio data pts always 0. 4 4 I added the avfilter_copy_buffer_ref_props(outref, insamples); call to copy original pts to new samplesref and it seems to fix the problem. 5 5 {{{ 6 6 static void filter_samples(AVFilterLink *inlink, AVFilterBufferRef *insamples) 7 7 { … … 48 48 link->out_packing)) 49 49 ...} 50 50 }}} 51 51 best regards 52 52 chinshou


