From: Fiona Glaser Date: Tue, 14 Jun 2011 17:26:56 +0000 (-0700) Subject: Use -vsync 0 with ffmpeg regression test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d2b51a32bbaabee1a8762adb204d035d590331b;p=libx264 Use -vsync 0 with ffmpeg regression test --- diff --git a/tools/test_x264.py b/tools/test_x264.py index bb98b655..2fee3458 100755 --- a/tools/test_x264.py +++ b/tools/test_x264.py @@ -261,6 +261,7 @@ def _YUVOutputComparisonFactory(): ffmpeg_proc = Popen([ "ffmpeg", + "-vsync 0", "-i", "%s.264" % self.fixture.dispatcher.video, "ffmpeg-output.yuv"