From: Gwenole Beauchesne <gwenole.beauche...@intel.com> --- va/va.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/va/va.h b/va/va.h index 6425121..37640fc 100644 --- a/va/va.h +++ b/va/va.h @@ -622,9 +622,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; /* -- 1.7.4.1 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libva