Files
ffmpeg/libavcodec
James Almer 98f7e0081b 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>
2020-08-25 18:46:06 -03:00
..
2020-08-07 23:04:28 +10:00
2020-08-21 22:46:07 +02:00
2020-06-10 12:36:44 +02:00
2020-08-14 10:52:28 +02:00
2020-08-09 18:47:29 +02:00
2020-08-14 10:52:28 +02:00
2020-08-14 10:52:28 +02:00
2020-07-03 23:28:26 +02:00
2020-06-05 18:14:17 +02:00
2020-06-14 18:20:37 +02:00
2020-06-15 04:22:28 +02:00
2020-07-20 18:41:09 +02:00
2020-07-20 18:41:09 +02:00
2020-05-26 10:52:12 +01:00
2020-05-26 10:52:12 +01:00
2020-05-26 10:52:12 +01:00
2020-06-14 18:20:37 +02:00
2020-06-08 20:45:56 +02:00
2020-05-30 18:02:55 +02:00
2020-07-05 19:59:49 +02:00
2020-05-22 22:23:18 +02:00
2020-08-07 14:01:00 +02:00
2020-07-06 18:23:50 +01:00
2020-07-20 22:31:54 +02:00
2020-08-07 14:01:00 +02:00
2020-07-20 18:41:09 +02:00
2020-08-21 22:46:07 +02:00
2020-05-23 07:07:36 +02:00