Files
FFmpeg/libavcodec/vvc
Nuo Mi 4de67e8746 avcodec/vvcdec: return error if CTU size > 128
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.
2024-11-30 09:58:59 +08:00
..
2024-11-01 12:13:07 +08:00
2024-11-01 12:13:07 +08:00
2024-09-24 20:04:51 +03:00
2024-09-24 20:04:51 +03:00
2024-11-01 12:13:07 +08:00