Skip to content
Snippets Groups Projects
Commit c1018adb authored by David Barker's avatar David Barker Committed by Yue Chen
Browse files

Fix encoder when loopfiltering-across-tiles is enabled

Patch 5c06a646 pulled the "if (!cm->loopfilter_across_tiles_enabled)"
check out of av1_setup_across_tile_boundary_info, intending for the
condition to be checked in the caller instead. The check was added
to the decoder but not to the encoder, leading to encode/decode
mismatches when the flag was set.

Fix this by correctly applying the change to the encoder as well.

BUG=aomedia:715

Change-Id: I61182bd717e2cb84228091fb439270dce153705e
parent f6692b7b
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment