diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-24 04:57:38 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-24 04:57:38 +0100 |
commit | 957867ab139332d548c05d6a2f22ce0246b66359 (patch) | |
tree | 6195aa8c4c2c50e4653efd653ed017560e00c343 /tests/ref/lavf/gxf | |
parent | 8e576d58306df95d6373dd0ca2c1f21f1afaeca9 (diff) | |
download | ffmpeg-957867ab139332d548c05d6a2f22ce0246b66359.tar.gz |
ffmpeg: rewrite vsync / notimestamps handling
The qatar implementation makes no sense.
a muxer without timestamps is constant fps thus needs vsync.
the crc/mp5 are special cases that have timestamps yet allow any
nonsensical timestamps.
raw (yuv/rgb) video is constant fps thus needs vsync too.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavf/gxf')
-rw-r--r-- | tests/ref/lavf/gxf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavf/gxf b/tests/ref/lavf/gxf index 6b39c2f273..68bc9785a2 100644 --- a/tests/ref/lavf/gxf +++ b/tests/ref/lavf/gxf @@ -1,3 +1,3 @@ 346d38d330ab5cb0caa6b5537167bc0d *./tests/data/lavf/lavf.gxf 796392 ./tests/data/lavf/lavf.gxf -./tests/data/lavf/lavf.gxf CRC=0x345f86eb +./tests/data/lavf/lavf.gxf CRC=0x102918fd |