Commit 39d5acbd authored by James Almer's avatar James Almer

avcodec/libdav1d: set AVFrame reordered_opaque

Fixes ticket #8300
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent ba191c0c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment