mirror of https://github.com/FFmpeg/FFmpeg.git
The v3 spec reserves CTU size 256. Currently, we use an uint8_t* table to hold cb_width and cb_height. If a CTU size of 256 is not split, cb_width and cb_height will overflow to 0. To avoid switching to uint16_t, rejecting CTU size 256 provides a simple solution.pull/391/head
parent
eb67e60cb0
commit
4de67e8746
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue