]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cbs_h264.h
avfilter/formats: Remove avfilter_make_format64_list()
[ffmpeg] / libavcodec / cbs_h264.h
index 9eb97eae24f91f8f1bad3b9c448213cc5b72228a..5a8641a3330ce375a6104338072abb526ce8a312 100644 (file)
 #include "h264.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).
-    H264_MAX_SEI_PAYLOADS = 64,
-};
-
-
 typedef struct H264RawNALUnitHeader {
     uint8_t nal_ref_idc;
     uint8_t nal_unit_type;