[Libva] [PATCH 03/42] API: rename H.264 encoding buffer structs with a Baseline suffix.

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 00:51:24 PDT 2013


From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 va/va.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/va/va.h b/va/va.h
index 7e3d7b7..968457c 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1248,7 +1248,7 @@ typedef struct _VAEncSliceParameterBuffer
  * H.264 specific encode data structures
  ****************************/
 
-typedef struct _VAEncSequenceParameterBufferH264
+typedef struct _VAEncSequenceParameterBufferH264Baseline
 {
     unsigned char seq_parameter_set_id;
     unsigned char level_idc;
@@ -1263,11 +1263,11 @@ typedef struct _VAEncSequenceParameterBufferH264
     unsigned int min_qp;
     unsigned int basic_unit_size;
     unsigned char vui_flag;
-} VAEncSequenceParameterBufferH264;
+} VAEncSequenceParameterBufferH264Baseline;
 
 #define H264_LAST_PICTURE_EOSEQ     0x01 /* the last picture in the sequence */
 #define H264_LAST_PICTURE_EOSTREAM  0x02 /* the last picture in the stream */
-typedef struct _VAEncPictureParameterBufferH264
+typedef struct _VAEncPictureParameterBufferH264Baseline
 {
     VASurfaceID reference_picture;
     VASurfaceID reconstructed_picture;
@@ -1275,7 +1275,7 @@ typedef struct _VAEncPictureParameterBufferH264
     unsigned short picture_width;
     unsigned short picture_height;
     unsigned char last_picture;
-} VAEncPictureParameterBufferH264;
+} VAEncPictureParameterBufferH264Baseline;
 
 /****************************
  * H.263 specific encode data structures
-- 
1.7.4.1



More information about the Libva mailing list