[FFmpeg-devel] [PATCH] flvdec.c consider nondecreasing dts order

jojelino jojelino
Sat Jul 10 09:47:50 CEST 2010


when you use ffmpeg to transcode flv container, you feel there is 
something wrong about flvdec.c because it doesn't count such situation 
that dts could change in sudden. (being network loss between loading, 
backward timestamp..) so after the point where the problem mentioned 
started, every latter potion of file that ffmpeg hold would dropped.
currently there is two choice to solve this problem
1. modify upper level logic to consider such sudden dts change
2. there is no need to modify upper level logic. it's only flv related 
stuff.

i demonstrated the second solution to the problem. there is just a 
handful of change.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: flvdec_c_patch.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100710/3f40bf87/attachment.asc>



More information about the ffmpeg-devel mailing list