]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cbs_h265.h
avformat/mpegts: Add missing constants for MPEG-TS stream_id definitions
[ffmpeg] / libavcodec / cbs_h265.h
index 738cbeec2c2b4b95226ccf6c8ac455f45a882f92..f7753f1206ac4c65c8747464c02ca1c0a8c576eb 100644 (file)
 #include "cbs_sei.h"
 #include "hevc.h"
 
-enum {
-    // This limit is arbitrary - it is sufficient for one message of each
-    // type plus some repeats, and will therefore easily cover all sane
-    // streams.  However, it is possible to make technically-valid streams
-    // for which it will fail (for example, by including a large number of
-    // user-data-unregistered messages).
-    H265_MAX_SEI_PAYLOADS = 64,
-};
-
 typedef struct H265RawNALUnitHeader {
     uint8_t nal_unit_type;
     uint8_t nuh_layer_id;