API: h264 encode: drop extraneous comment.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 9 Nov 2011 10:23:51 +0000 (02:23 -0800)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 2 Jan 2012 16:59:21 +0000 (17:59 +0100)
va/va_enc_h264.h

index ee319f6..a6eea26 100644 (file)
@@ -242,7 +242,7 @@ typedef struct _VAEncPictureParameterBufferH264 {
     /** \brief The picture identifier.
      *   Range: 0 to \f$2^{log2\_max\_frame\_num\_minus4 + 4} - 1\f$, inclusive.
      */
-    unsigned short  frame_num;                       /* (0..65535) */
+    unsigned short  frame_num;
 
     /** \brief \c pic_init_qp_minus26 + 26. */
     unsigned char   pic_init_qp;