Browse Source

remove pts set hack, this is no more correct

Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
5e5f75cf8a
2 changed files with 2 additions and 7 deletions
  1. +1
    -6
      libavformat/ffmenc.c
  2. +1
    -1
      tests/libav.regression.ref

+ 1
- 6
libavformat/ffmenc.c View File

@@ -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);
}
}
}



+ 1
- 1
tests/libav.regression.ref View File

@@ -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…
Cancel
Save