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/real.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/real.mak')
-rw-r--r-- | tests/fate/real.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/real.mak b/tests/fate/real.mak index 6566db668d..84fed45b09 100644 --- a/tests/fate/real.mak +++ b/tests/fate/real.mak @@ -16,7 +16,7 @@ FATE_REAL += fate-rv30 fate-rv30: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/real/rv30.rm -an FATE_REAL += fate-real-rv40 -fate-real-rv40: CMD = framecrc -i $(SAMPLES)/real/spygames-2MB.rmvb -t 10 -an -vsync 0 +fate-real-rv40: CMD = framecrc -i $(SAMPLES)/real/spygames-2MB.rmvb -t 10 -an FATE_SIPR += fate-sipr-5k0 fate-sipr-5k0: CMD = pcm -i $(SAMPLES)/sipr/sipr_5k0.rm |