]> git.sesse.net Git - x264/commitdiff
Fix typo in fake-interlaced documentation
authorKieran Kunhya <kieran@kunhya.com>
Sat, 22 May 2010 13:32:53 +0000 (14:32 +0100)
committerFiona Glaser <fiona@x264.com>
Wed, 26 May 2010 09:06:35 +0000 (02:06 -0700)
x264.h

diff --git a/x264.h b/x264.h
index b11acf8a121108f0614824e51b740664e3a41f38..f714b726473282987f4eec42c05b131978d01bc5 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -351,7 +351,7 @@ typedef struct x264_param_t
 
     /* Fake Interlaced.
      *
-     * Used only when b_interlaced=0. Setting this flag to zero makes it possible to flag the stream as PAFF interlaced yet
+     * Used only when b_interlaced=0. Setting this flag makes it possible to flag the stream as PAFF interlaced yet
      * encode all frames progessively. It is useful for encoding 25p and 30p Blu-Ray streams.
      */