summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va.h b/va/va.h
index 4925108..bfe4ea5 100644
--- a/va/va.h
+++ b/va/va.h
@@ -803,7 +803,7 @@ typedef struct _VASliceParameterBufferJPEG
unsigned int num_components;
struct {
- int index; /* index to the ARRAY components in VAPictureParameterBufferJPEG */
+ int component_id; /* Csj, it must match one of component_ids specified in VAPictureParameterBufferJPEG */
int dc_selector; /* Tdj(0,1,2,3) */
int ac_selector; /* Taj(0,1,2,3) */
} components[4];