summaryrefslogtreecommitdiff
path: root/libva-vdpau-driver/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
blob: 74caee3483df471b1033ed6c3278069dfa5512ac (plain)
    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
    5  dropped from VA API
    6 
    7 The driver doesn't use them indeed
    8 
    9 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
   10 ---
   11  src/vdpau_dump.c |    2 --
   12  1 file changed, 2 deletions(-)
   13 
   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);
   24  #endif
   25  #if VA_CHECK_VERSION(0,31,1)
   26          _(VAQMatrixBufferType);
   27 -- 
   28 1.7.9.5

Generated by cgit