mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:07:14 +08:00
14 lines
474 B
Diff
14 lines
474 B
Diff
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);
|