[Libva] [PATCH 07/42] API: h264 encode: rename insert_emulation_bytes to has_emulation_bytes.
Xiang, Haihao
haihao.xiang at intel.com
Mon May 13 00:51:31 PDT 2013
From: Gwenole Beauchesne <gwenole.beauchesne at 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
More information about the Libva
mailing list