[x264-devel] Use -vsync 0 with ffmpeg regression test
Jason Garrett-Glaser
git at videolan.org
Wed Jun 15 04:54:18 CEST 2011
x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Tue Jun 14 10:26:56 2011 -0700| [74b19b09264e6d69e409d85c17c0971c29eabdfc] | committer: Jason Garrett-Glaser
Use -vsync 0 with ffmpeg regression test
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=74b19b09264e6d69e409d85c17c0971c29eabdfc
---
tools/test_x264.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/test_x264.py b/tools/test_x264.py
index bb98b65..2fee345 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"
More information about the x264-devel
mailing list