]> git.sesse.net Git - x264/commitdiff
Use -vsync 0 with ffmpeg regression test
authorFiona Glaser <fiona@x264.com>
Tue, 14 Jun 2011 17:26:56 +0000 (10:26 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 15 Jun 2011 02:43:09 +0000 (19:43 -0700)
tools/test_x264.py

index bb98b6558515099b22bb860b1bc7986491df48da..2fee34589050861b6344e2c712739b929d44e5fb 100755 (executable)
@@ -261,6 +261,7 @@ def _YUVOutputComparisonFactory():
 
                 ffmpeg_proc = Popen([
                     "ffmpeg",
+                    "-vsync 0",
                     "-i",
                     "%s.264" % self.fixture.dispatcher.video,
                     "ffmpeg-output.yuv"