mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08:00
cbs: Ensure that reference fields always follow the associated pointer
Having these together allows us to find both pointers given the address of only one of them.
This commit is contained in:
@@ -80,8 +80,8 @@ typedef struct JPEGRawScanHeader {
|
||||
typedef struct JPEGRawScan {
|
||||
JPEGRawScanHeader header;
|
||||
uint8_t *data;
|
||||
size_t data_size;
|
||||
AVBufferRef *data_ref;
|
||||
size_t data_size;
|
||||
} JPEGRawScan;
|
||||
|
||||
typedef struct JPEGRawQuantisationTable {
|
||||
|
||||
Reference in New Issue
Block a user