[x264-devel] commit: Add interlaced/no-interlaced case to	regression test script ( Yasuhiro Ikeda )
    git at videolan.org 
    git at videolan.org
       
    Wed Dec 15 04:19:32 CET 2010
    
    
  
x264 | branch: master | Yasuhiro Ikeda <wipple625 at gmail.com> | Thu Dec  9 12:00:24 2010 +0900| [8ca6222d0d1541f3585a20af178f9105df729f3c] | committer: Jason Garrett-Glaser 
Add interlaced/no-interlaced case to regression test script
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=8ca6222d0d1541f3585a20af178f9105df729f3c
---
 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 8defa59..57022ae 100755
--- a/tools/test_x264.py
+++ b/tools/test_x264.py
@@ -34,6 +34,7 @@ OPTIONS = [
     [ "--tune %s" % t for t in ("film", "zerolatency") ],
     ("", "--intra-refresh"),
     ("", "--no-cabac"),
+    ("", "--interlaced"),
     [ "--preset %s" % p for p in ("ultrafast",
                                   "superfast",
                                   "veryfast",
    
    
More information about the x264-devel
mailing list