Hi,

In mov.c, there is one function, i.e. 'static AVIndexEntry 
*mov_find_next_sample(AVFormatContext *s, AVStream **st)', which get 
audio/video samples in terms of position and timestamp. In general, this 
function will output samples chunk by chunk. But I want ffmpeg output samples 
only based on timestamp, where sample with the smallest dts will be output 
first. How to set parameter to make ffmpeg output samples only based on 
timestamp?


Thanks!


B.R.


Andrew

_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to