summaryrefslogtreecommitdiff
path: root/libavcodec/vda.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-03-06 19:02:29 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-05-11 15:00:03 +0200
commit31a46750c7eafe6bce6a3e4f09853cd0a585292b (patch)
tree1dd46212d8ec5c090725c83c800b3b6a43775026 /libavcodec/vda.h
parent66e6c8a7b4e3ac926302529606bd3e323c28b20f (diff)
vda: use hwaccel private data for internal bitstream buffer
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;
};