• 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ãoa8c4fd4a20f2bc488d46b30f977de14ce3dd05d8 (tree)
Hora2007-08-09 05:48:00
AutorWaldo Bastian <waldo.bastian@inte...>
CommiterWaldo Bastian

Mensagem de Log

Fix typo (choma -> chroma)

Mudança Sumário

Diff

--- a/src/va.h
+++ b/src/va.h
@@ -580,6 +580,11 @@ typedef struct _VASliceParameterBufferMPEG4
580580 * sent for a single picture. In that case picture parameters will
581581 * apply to all slice data that follow it until a new picture
582582 * parameter buffer is sent.
583+ *
584+ * Notes:
585+ * pic_quantizer_type should be set to the applicable quantizer
586+ * type as defined by QUANTIZER (J.1.19) and either
587+ * PQUANTIZER (7.1.1.8) or PQINDEX (7.1.1.6)
583588 */
584589 typedef struct _VAPictureParameterBufferVC1
585590 {
@@ -610,8 +615,8 @@ typedef struct _VAPictureParameterBufferVC1
610615 struct {
611616 unsigned char range_mapping_luma_flag: 1; /* ENTRY_POINT_LAYER::RANGE_MAPY_FLAG */
612617 unsigned char range_mapping_luma: 3; /* ENTRY_POINT_LAYER::RANGE_MAPY */
613- unsigned char range_mapping_choma_flag: 1; /* ENTRY_POINT_LAYER::RANGE_MAPUV_FLAG */
614- unsigned char range_mapping_choma: 3; /* ENTRY_POINT_LAYER::RANGE_MAPUV */
618+ unsigned char range_mapping_chroma_flag: 1; /* ENTRY_POINT_LAYER::RANGE_MAPUV_FLAG */
619+ unsigned char range_mapping_chroma: 3; /* ENTRY_POINT_LAYER::RANGE_MAPUV */
615620 };
616621 unsigned char range_mapping_fields;
617622 };