mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/libdav1d: set AVFrame reordered_opaque
Fixes ticket #8300 Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
ba191c0ce0
commit
39d5acbd09
@ -260,6 +260,8 @@ static int libdav1d_receive_frame(AVCodecContext *c, AVFrame *frame)
|
||||
else
|
||||
frame->format = c->pix_fmt = pix_fmt[p->p.layout][p->seq_hdr->hbd];
|
||||
|
||||
frame->reordered_opaque = c->reordered_opaque;
|
||||
|
||||
// match timestamps and packet size
|
||||
frame->pts = frame->best_effort_timestamp = p->m.timestamp;
|
||||
#if FF_API_PKT_PTS
|
||||
|
Loading…
Reference in New Issue
Block a user