diff --git a/src/vdpau_dump.c b/src/vdpau_dump.c index 899888b..610e7cd 100644 --- a/src/vdpau_dump.c +++ b/src/vdpau_dump.c @@ -59,8 +59,6 @@ const char *string_of_VABufferType(VABufferType type) _(VAEncSequenceParameterBufferType); _(VAEncPictureParameterBufferType); _(VAEncSliceParameterBufferType); - _(VAEncH264VUIBufferType); - _(VAEncH264SEIBufferType); #endif #if VA_CHECK_VERSION(0,31,1) _(VAQMatrixBufferType);