mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SAR
Similar to what we do in libaomdec.c. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
2a9b934675
commit
649a6969f7
@ -274,6 +274,7 @@ static int libdav1d_receive_frame(AVCodecContext *c, AVFrame *frame)
|
||||
frame->height * (int64_t)p->frame_hdr->render_width,
|
||||
frame->width * (int64_t)p->frame_hdr->render_height,
|
||||
INT_MAX);
|
||||
ff_set_sar(c, frame->sample_aspect_ratio);
|
||||
|
||||
switch (p->seq_hdr->chr) {
|
||||
case DAV1D_CHR_VERTICAL:
|
||||
|
Loading…
Reference in New Issue
Block a user