vda: use hwaccel private data for internal bitstream buffer

This commit is contained in:
Anton Khirnov
2014-03-06 19:02:29 +01:00
committed by Luca Barbato
parent 66e6c8a7b4
commit 31a46750c7
2 changed files with 38 additions and 18 deletions

View File

@@ -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;
};