• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Révisionb6c50dad4d7d14c507108d9f468662e2d7ae1c4d (tree)
l'heure2018-08-28 10:39:46
AuteurVíctor Manuel Jáquez Leal <vjaquez@igal...>
CommiterXinfengZhang

Message de Log

va: Add missing enum to string conversions

VASubsetsParameterBufferType were added in commit dd20f1c5 but its
conversion to string was missing.

This patch adds it.

Change Summary

Modification

--- a/va/va_str.c
+++ b/va/va_str.c
@@ -171,6 +171,7 @@ const char *vaBufferTypeStr(VABufferType bufferType)
171171 TOSTR(VAStatsMVPredictorBufferType);
172172 TOSTR(VAEncFEICTBCmdBufferType);
173173 TOSTR(VAEncFEICURecordBufferType);
174+ TOSTR(VASubsetsParameterBufferType);
174175 case VABufferTypeMax: break;
175176 }
176177 return "<unknown buffer type>";