mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avcodec/av1dec: add a reference to the raw frame header to AV1Frames
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -36,6 +36,9 @@ typedef struct AV1Frame {
|
||||
AVBufferRef *hwaccel_priv_buf;
|
||||
void *hwaccel_picture_private;
|
||||
|
||||
AVBufferRef *header_ref;
|
||||
AV1RawFrameHeader *raw_frame_header;
|
||||
|
||||
int temporal_id;
|
||||
int spatial_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user