On 24/08/2020 00:47, James Almer wrote: > 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 ] ] > as we're currently doing. > > Signed-off-by: James Almer <jamr...@gmail.com> > --- > libavcodec/cbs_av1_syntax_template.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM. (I went and double checked my own parse too ;)) - Derek _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".