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:
James Almer
2020-11-13 10:38:18 -03:00
parent 8f4aec719e
commit f5517be32a
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -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;