summaryrefslogtreecommitdiff
path: root/libavfilter/af_amerge.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-08-23 20:45:12 -0300
committerJames Almer <jamrial@gmail.com>2020-08-25 18:46:06 -0300
commit98f7e0081b998d0a31bda2a3214856435e321850 (patch)
tree8214423cd163b4d59f12a144dab30a4907a41eed /libavfilter/af_amerge.c
parent0892b045095c41e85a010a5eba9c120c187420f8 (diff)
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 'libavfilter/af_amerge.c')
0 files changed, 0 insertions, 0 deletions