From f575f08ccbd8fa5c349eda377f9dc1d6a1d16c8a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 3 Feb 2010 15:09:04 +0000 Subject: Correct opts calulation in ffmpeg.c. This correct the stop point for demuxing with -vcodec copy and -t as well as packet interleaving. (we already diddrop packets but kept demuxing them for too long due to opts being wrong) the change to ffm is due to 2 packets with timestamp 0 being stored in different order. Originally committed as revision 21626 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/ref/lavf/ffm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ref') diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm index de91680556..e833944dbf 100644 --- a/tests/ref/lavf/ffm +++ b/tests/ref/lavf/ffm @@ -1,3 +1,3 @@ -a2dd3180dbfc7c8d50d34cea4cdc92d8 *./tests/data/b-lavf.ffm +03fc7f90bba9361cf6128cd4655fb20f *./tests/data/b-lavf.ffm 376832 ./tests/data/b-lavf.ffm -./tests/data/b-lavf.ffm CRC=0x2b39ed74 +./tests/data/b-lavf.ffm CRC=0xf361ed74 -- cgit v1.2.3