summaryrefslogtreecommitdiffstats
path: root/tests/fate/ea.mak
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-22 14:02:18 +0100
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-28 22:01:09 +0100
commit333f5b52e3e5dc5e35b9fda6a4c850114384efd6 (patch)
tree4796d3ee87260564003a8bc6b00bce74179bb491 /tests/fate/ea.mak
parenta0eb8de5e01a6401c3b310b5221ab7c3bc485f12 (diff)
downloadffmpeg-streaming-333f5b52e3e5dc5e35b9fda6a4c850114384efd6.zip
ffmpeg-streaming-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/ea.mak')
-rw-r--r--tests/fate/ea.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ea.mak b/tests/fate/ea.mak
index c1e7f94..20d9404 100644
--- a/tests/fate/ea.mak
+++ b/tests/fate/ea.mak
@@ -2,7 +2,7 @@ FATE_EA += fate-ea-cdata
fate-ea-cdata: CMD = md5 -i $(SAMPLES)/ea-cdata/166b084d.46410f77.0009b440.24be960c.cdata -f s16le
FATE_EA += fate-ea-cmv
-fate-ea-cmv: CMD = framecrc -i $(SAMPLES)/ea-cmv/TITLE.CMV -vsync 0 -pix_fmt rgb24
+fate-ea-cmv: CMD = framecrc -i $(SAMPLES)/ea-cmv/TITLE.CMV -pix_fmt rgb24
FATE_EA += fate-ea-dct
fate-ea-dct: CMD = framecrc -idct simple -i $(SAMPLES)/ea-dct/NFS2Esprit-partial.dct
OpenPOWER on IntegriCloud