summaryrefslogtreecommitdiff
path: root/libavcodec/vda.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r--libavcodec/vda.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index 987b94f1fa..1189e41fb5 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -112,17 +112,17 @@ struct vda_context {
OSType cv_pix_fmt_type;
/**
- * The current bitstream buffer.
+ * unused
*/
uint8_t *priv_bitstream;
/**
- * The current size of the bitstream.
+ * unused
*/
int priv_bitstream_size;
/**
- * The reference size used for fast reallocation.
+ * unused
*/
int priv_allocated_size;
};