From: Gwenole Beauchesne <gwenole.beauche...@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.beauche...@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

_______________________________________________
Libva mailing list
Libva@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to