API: h264 encode: rename insert_emulation_bytes to has_emulation_bytes.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 10 Nov 2011 17:06:19 +0000 (17:06 +0000)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 2 Jan 2012 16:59:21 +0000 (17:59 +0100)
va/va.h

diff --git a/va/va.h b/va/va.h
index c865cea..5d8b15c 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -620,9 +620,8 @@ typedef struct _VAEncPackedHeaderParameterBuffer {
     VAEncPackedHeaderType       type;
     /** \brief Size of the #VAEncPackedHeaderDataBuffer in bits. */
     unsigned int                bit_length;
-    /** \brief Flag set to 1 if startcode emulation prevention bytes are to be inserted. */
-    /* XXX: does this mean the driver re-process the buffer? */
-    unsigned char               insert_emulation_bytes;
+    /** \brief Flag: buffer contains start code emulation prevention bytes? */
+    unsigned char               has_emulation_bytes;
 } VAEncPackedHeaderParameterBuffer;
 
 /*