Skip to content

Fix wrong parameter for assert, 0 is valid

Tomasz requested to merge github/fork/tszumski/task-fix-assert into master

For Debug build with command line below assert is called cmdline: 176x144.yuv -w 176 -h 144 -bit-depth 8 -enc-mode 0 -n 40 -b out.av1

@ePirat could you confirm that this is fixed correctly? (assert is introduced in PR #1260 )

Merge request reports