diff options
author | James Almer <jamrial@gmail.com> | 2020-08-23 20:45:12 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-08-25 18:46:06 -0300 |
commit | 98f7e0081b998d0a31bda2a3214856435e321850 (patch) | |
tree | 8214423cd163b4d59f12a144dab30a4907a41eed /tests/fate/mpeg4.mak | |
parent | 0892b045095c41e85a010a5eba9c120c187420f8 (diff) | |
download | ffmpeg-98f7e0081b998d0a31bda2a3214856435e321850.tar.gz |
avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()
Section 5.9.7 of the spec states
UpscaledWidth = RefUpscaledWidth[ ref_frame_idx[ i ] ]
FrameWidth = UpscaledWidth
FrameHeight = RefFrameHeight[ ref_frame_idx[ i ] ]
RenderWidth = RefRenderWidth[ ref_frame_idx[ i ] ]
RenderHeight = RefRenderHeight[ ref_frame_idx[ i ] ]
Meaning FrameWidth must not be set to RefFrameWidth[ ref_frame_idx[ i ] ]
like we're currently doing.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/mpeg4.mak')
0 files changed, 0 insertions, 0 deletions