Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-intel-common-libva: Commit

hardware/intel/common/libva


Commit MetaInfo

Révisionae7318f3d996e9459e73be443521bb8adf7a0e66 (tree)
l'heure2017-08-11 00:12:21
AuteurJun Zhao <jun.zhao@inte...>
CommiterXiang, Haihao

Message de Log

va.h: fix comments error for arbitrary number of MBs per slice.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>

Change Summary

Modification

--- a/va/va.h
+++ b/va/va.h
@@ -589,7 +589,7 @@ typedef struct _VAConfigAttrib {
589589 #define VA_ENC_SLICE_STRUCTURE_ARBITRARY_ROWS 0x00000000
590590 /** \brief Driver supports a power-of-two number of rows per slice. */
591591 #define VA_ENC_SLICE_STRUCTURE_POWER_OF_TWO_ROWS 0x00000001
592-/** \brief Driver supports an arbitrary number of rows per slice. */
592+/** \brief Driver supports an arbitrary number of macroblocks per slice. */
593593 #define VA_ENC_SLICE_STRUCTURE_ARBITRARY_MACROBLOCKS 0x00000002
594594 /**@}*/
595595
Afficher sur ancien navigateur de dépôt.