[x264-devel] commit: Fix typo in fake-interlaced documentation (Kieran Kunhya )

git at videolan.org git at videolan.org
Wed May 26 19:39:32 CEST 2010


x264 | branch: master | Kieran Kunhya <kieran at kunhya.com> | Sat May 22 14:32:53 2010 +0100| [bed132348f4044c3b8291e8addeedc223ff1483e] | committer: Jason Garrett-Glaser 

Fix typo in fake-interlaced documentation

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=bed132348f4044c3b8291e8addeedc223ff1483e
---

 x264.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x264.h b/x264.h
index b11acf8..f714b72 100644
--- 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.
      */
 



More information about the x264-devel mailing list