libaom-encoded 10-bit 4:2:2 file with aq-mode 1 decodes incorrectly
The attached file decodes incorrectly (resulting in a green mess) with dav1d, but decodes correctly with libaom. Tested with mpv using an ffmpeg either built with libdav1d or libaom.
Encoded with aomenc --aq-mode=1 --threads=8 --end-usage=q --cpu-used=4 --tile-columns=3 --tile-rows=0 --i422 -b 10 --cq-level=32 --input-bit-depth=10
, and apparently the libaom version this was encoded with is said by git-describe to be v1.0.0-183-gee1205ada
.