1 >From fda3706eb74ba5ad874853969f3df3e372739c8d Mon Sep 17 00:00:00 2001
2 From: "Xiang, Haihao" <haihao.xiang@intel.com>
3 Date: Fri, 21 Jun 2013 12:55:30 +0800
4 Subject: [PATCH] VAEncH264VUIBufferType and VAEncH264SEIBufferType are
7 The driver doesn't use them indeed
9 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
11 src/vdpau_dump.c | 2 --
12 1 file changed, 2 deletions(-)
14 diff --git a/src/vdpau_dump.c b/src/vdpau_dump.c
15 index 899888b..610e7cd 100644
16 --- a/src/vdpau_dump.c
17 +++ b/src/vdpau_dump.c
18 @@ -59,8 +59,6 @@ const char *string_of_VABufferType(VABufferType type)
19 _(VAEncSequenceParameterBufferType);
20 _(VAEncPictureParameterBufferType);
21 _(VAEncSliceParameterBufferType);
22 - _(VAEncH264VUIBufferType);
23 - _(VAEncH264SEIBufferType);
25 #if VA_CHECK_VERSION(0,31,1)
26 _(VAQMatrixBufferType);