Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 501444
Collapse All | Expand All

(-)a/src/vdpau_dump.c (-3 lines)
Lines 59-66 const char *string_of_VABufferType(VABufferType type) Link Here
59
        _(VAEncSequenceParameterBufferType);
59
        _(VAEncSequenceParameterBufferType);
60
        _(VAEncPictureParameterBufferType);
60
        _(VAEncPictureParameterBufferType);
61
        _(VAEncSliceParameterBufferType);
61
        _(VAEncSliceParameterBufferType);
62
        _(VAEncH264VUIBufferType);
63
        _(VAEncH264SEIBufferType);
64
#endif
62
#endif
65
#if VA_CHECK_VERSION(0,31,1)
63
#if VA_CHECK_VERSION(0,31,1)
66
        _(VAQMatrixBufferType);
64
        _(VAQMatrixBufferType);
67
- 

Return to bug 501444