X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevc.h;h=56b5541d90a569a943f0543dcf2283365d6d393e;hb=2e328a8a38e06e4737bc1253a568558a7c514e77;hp=670168eb52b3bd0b89c48d2cadd23992ee9f2b47;hpb=27e30c73d722ec13e59753dea91be00859c72bf2;p=ffmpeg diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 670168eb52b..56b5541d90a 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -143,6 +143,9 @@ enum { // A.4.1: table A.6 allows at most 20 tile columns for any level. HEVC_MAX_TILE_COLUMNS = 20, + // A.4.2: table A.6 allows at most 600 slice segments for any level. + HEVC_MAX_SLICE_SEGMENTS = 600, + // 7.4.7.1: in the worst case (tiles_enabled_flag and // entropy_coding_sync_enabled_flag are both set), entry points can be // placed at the beginning of every Ctb row in every tile, giving an