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 <[email protected]>
> ---
>  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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to