From: Gwenole Beauchesne <gwenole.beauche...@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauche...@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 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libva