[FFmpeg-cvslog] r13879 - in trunk: libavformat/ffmenc.c tests/libav.regression.ref
bcoudurier
subversion
Sun Jun 22 10:44:58 CEST 2008
Author: bcoudurier
Date: Sun Jun 22 10:44:58 2008
New Revision: 13879
Log:
remove pts set hack, this is no more correct
Modified:
trunk/libavformat/ffmenc.c
trunk/tests/libav.regression.ref
Modified: trunk/libavformat/ffmenc.c
==============================================================================
--- trunk/libavformat/ffmenc.c (original)
+++ trunk/libavformat/ffmenc.c Sun Jun 22 10:44:58 2008
@@ -74,13 +74,8 @@ static void ffm_write_data(AVFormatConte
ffm->packet_ptr += len;
buf += len;
size -= len;
- if (ffm->packet_ptr >= ffm->packet_end) {
- /* special case : no pts in packet : we leave the current one */
- if (ffm->pts == 0)
- ffm->pts = pts;
-
+ if (ffm->packet_ptr >= ffm->packet_end)
flush_packet(s);
- }
}
}
Modified: trunk/tests/libav.regression.ref
==============================================================================
--- trunk/tests/libav.regression.ref (original)
+++ trunk/tests/libav.regression.ref Sun Jun 22 10:44:58 2008
@@ -15,7 +15,7 @@ bdb7484c68db722f66ba1630cf79844c *./test
d6fdeb9f7083cc827f9510c6c4517dc0 *./tests/data/b-libav.swf
335771 ./tests/data/b-libav.swf
./tests/data/b-libav.swf CRC=0xe14e8847
-102427263dc342610721d5754fac4d87 *./tests/data/b-libav.ffm
+11eec620bdcd3ef1a053fdb964d1b855 *./tests/data/b-libav.ffm
380928 ./tests/data/b-libav.ffm
./tests/data/b-libav.ffm CRC=0x2b71a386
f8ad5bd78f4d012a8ce9570aa395ac54 *./tests/data/b-libav.flv
More information about the ffmpeg-cvslog
mailing list