[Libva] [PATCH 04/42] API: drop H.264 specific VA buffer types.
Xiang, Haihao
haihao.xiang at intel.com
Mon May 13 00:51:26 PDT 2013
From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
VAEncH264VUIBufferType and VAEncH264SEIBufferType were never used
in any driver. Besides, they are codec-specific which is against
the generic buffer type policy. A new scheme will be developed.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
va/va.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/va/va.h b/va/va.h
index 968457c..f7506eb 100644
--- a/va/va.h
+++ b/va/va.h
@@ -567,8 +567,6 @@ typedef enum
VAEncSequenceParameterBufferType = 22,
VAEncPictureParameterBufferType = 23,
VAEncSliceParameterBufferType = 24,
- VAEncH264VUIBufferType = 25,
- VAEncH264SEIBufferType = 26,
VAEncMiscParameterBufferType = 27,
VABufferTypeMax = 0xff
} VABufferType;
--
1.7.4.1
More information about the Libva
mailing list