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

git at videolan.org git at videolan.org
Mon Jan 10 22:00:56 CET 2011


x264 | branch: master | Kieran Kunhya <kieran at kunhya.com> | Tue Dec 28 00:54:28 2010 +0000| [0f6a8f77e3783124c8cccd53b7c8c674ccc5c095] | committer: Jason Garrett-Glaser 

Fix typo in documentation

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

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

diff --git a/x264.h b/x264.h
index dbedd7e..babeb47 100644
--- a/x264.h
+++ b/x264.h
@@ -675,7 +675,7 @@ typedef struct
     int     i_type;
     /* In: force quantizer for != X264_QP_AUTO */
     int     i_qpplus1;
-    /* In: pic_struct, for pulldown/doubling/etc...used only if b_pic_timing_sei=1.
+    /* In: pic_struct, for pulldown/doubling/etc...used only if b_pic_struct=1.
      *     use pic_struct_e for pic_struct inputs */
     int     i_pic_struct;
     /* Out: whether this frame is a keyframe.  Important when using modes that result in



More information about the x264-devel mailing list