fix intra modes bug when directional intra modes enabled
when directional intra modes are enabled, running "target\release\rav1e.exe nyan.y4m -o enc_file.ivf --limit 1 -s 3 -r rec_file.y4m" will cause crash due to hard coded ArrayVec::<_;7>. This commit fixed this crash.
Please register or sign in to comment