OSDN Git Service

add decode stream out buffer type
[android-x86/hardware-intel-common-libva.git] / va / va_str.c
index 3492a17..d321604 100644 (file)
@@ -151,6 +151,7 @@ const char *vaBufferTypeStr(VABufferType bufferType)
     TOSTR(VAEncFEIMBControlBufferType);
     TOSTR(VAEncFEIMVPredictorBufferType);
     TOSTR(VAEncMacroblockDisableSkipMapBufferType);
+    TOSTR(VADecodeStreamoutBufferType);
     case VABufferTypeMax: break;
     }
     return "<unknown buffer type>";