summaryrefslogtreecommitdiff
path: root/libavcodec/vda.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-12 01:04:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-12 01:04:27 +0200
commitc6a683bf2291344238cb1fc2bd84c91fa1acd3bc (patch)
tree628b0e6541d0ff6224804d3c2ecb98147093bbb2 /libavcodec/vda.h
parent14aef38a698229f12bbf980b4e45f2ee55edfcfe (diff)
parent31a46750c7eafe6bce6a3e4f09853cd0a585292b (diff)
Merge commit '31a46750c7eafe6bce6a3e4f09853cd0a585292b'
* commit '31a46750c7eafe6bce6a3e4f09853cd0a585292b': vda: use hwaccel private data for internal bitstream buffer Conflicts: libavcodec/vda.h libavcodec/vda_h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r--libavcodec/vda.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index 2f68188c9c..89059bdf00 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -118,26 +118,17 @@ struct vda_context {
OSType cv_pix_fmt_type;
/**
- * The current bitstream buffer.
- *
- * - encoding: unused
- * - decoding: Set/Unset by libavcodec.
+ * unused
*/
uint8_t *priv_bitstream;
/**
- * The current size of the bitstream.
- *
- * - encoding: unused
- * - decoding: Set/Unset by libavcodec.
+ * unused
*/
int priv_bitstream_size;
/**
- * The reference size used for fast reallocation.
- *
- * - encoding: unused
- * - decoding: Set/Unset by libavcodec.
+ * unused
*/
int priv_allocated_size;