diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-01-22 14:02:18 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-01-28 22:01:09 +0100 |
commit | 333f5b52e3e5dc5e35b9fda6a4c850114384efd6 (patch) | |
tree | 4796d3ee87260564003a8bc6b00bce74179bb491 /tests/fate/demux.mak | |
parent | a0eb8de5e01a6401c3b310b5221ab7c3bc485f12 (diff) | |
download | ffmpeg-333f5b52e3e5dc5e35b9fda6a4c850114384efd6.tar.gz |
Remove unnecessary -vsync 0.
The tests work fine without it, and it will cause issues when the
rawvideo decoder is changed to properly handle pts values.
The H.264 conformance tests however are still broken, usually losing
the first frames without it.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/fate/demux.mak')
-rw-r--r-- | tests/fate/demux.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 349c36ba6b..e6b7a81dae 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -29,7 +29,7 @@ FATE_DEMUX += fate-interplay-mve-8bit fate-interplay-mve-8bit: CMD = framecrc -i $(SAMPLES)/interplay-mve/interplay-logo-2MB.mve -pix_fmt rgb24 FATE_DEMUX += fate-iv8-demux -fate-iv8-demux: CMD = framecrc -i $(SAMPLES)/iv8/zzz-partial.mpg -vsync 0 -vcodec copy +fate-iv8-demux: CMD = framecrc -i $(SAMPLES)/iv8/zzz-partial.mpg -vcodec copy FATE_DEMUX += fate-lmlm4-demux fate-lmlm4-demux: CMD = framecrc -i $(SAMPLES)/lmlm4/LMLM4_CIFat30fps.divx -t 3 -acodec copy -vcodec copy @@ -68,7 +68,7 @@ FATE_DEMUX += fate-redcode-demux fate-redcode-demux: CMD = framecrc -i $(SAMPLES)/r3d/4MB-sample.r3d -vcodec copy -acodec copy FATE_DEMUX += fate-sierra-vmd -fate-sierra-vmd: CMD = framecrc -i $(SAMPLES)/vmd/12.vmd -vsync 0 -pix_fmt rgb24 +fate-sierra-vmd: CMD = framecrc -i $(SAMPLES)/vmd/12.vmd -pix_fmt rgb24 FATE_DEMUX += fate-siff fate-siff: CMD = framecrc -i $(SAMPLES)/SIFF/INTRO_B.VB -t 3 -pix_fmt rgb24 |