• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

hardware/intel/libva


Commit MetaInfo

Revisão1649f4204f47f8f6e59687599ca42e9420dc5b49 (tree)
Hora2013-05-28 17:32:18
AutorGwenole Beauchesne <gwenole.beauchesne@inte...>
CommiterXiang, Haihao

Mensagem de Log

vpp: keep VAProcFilterParameterBuffer value type as float.

Mudança Sumário

Diff

--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -423,7 +423,6 @@ typedef struct _VAProcFilterParameterBuffer {
423423 /** \brief Filter type. */
424424 VAProcFilterType type;
425425 /** \brief Value. */
426- /* XXX: use VAGenericValue? */
427426 float value;
428427 } VAProcFilterParameterBuffer;
429428