vda: use hwaccel private data for internal bitstream buffer
This commit is contained in:
committed by
Luca Barbato
parent
66e6c8a7b4
commit
31a46750c7
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user