mirror of https://git.ffmpeg.org/ffmpeg.git
remove pts set hack, this is no more correct
Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
78a5c7a5a1
commit
5e5f75cf8a
|
@ -74,13 +74,8 @@ static void ffm_write_data(AVFormatContext *s,
|
|||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ bdb7484c68db722f66ba1630cf79844c *./tests/data/b-libav.mpg
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue