1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/vvc: add VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE

Signed-off-by: Wu Jianhua <toqsxw@outlook.com>
This commit is contained in:
Wu Jianhua
2025-05-14 21:40:11 +08:00
committed by Nuo Mi
parent 89ba1bb255
commit d80041f123

View File

@ -154,6 +154,9 @@ enum {
// {sps, ph}_num_{ver, hor}_virtual_boundaries should in [0, 3] // {sps, ph}_num_{ver, hor}_virtual_boundaries should in [0, 3]
VVC_MAX_VBS = 3, VVC_MAX_VBS = 3,
// 8.4.5.3 Decoding process for palette mode - maxNumPalettePredictorSize
VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE = 63
}; };
#endif /* AVCODEC_VVC_H */ #endif /* AVCODEC_VVC_H */