summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h265.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-10 11:26:52 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-12 23:25:23 +0100
commitec54c32d4a13689678e99cccda3cbaae3af0df52 (patch)
tree7928c14d645c34872f93994f911c8ce6086d5613 /libavcodec/cbs_h265.h
parent70d226575ad8d3953e10a3233257f6e37ad35591 (diff)
avcodec/cbs_h26[45]: Remove redundant enum constants
Unused since 8843607f495c95c1e67a3ce3d6f15dca6e252439. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/cbs_h265.h')
-rw-r--r--libavcodec/cbs_h265.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/cbs_h265.h b/libavcodec/cbs_h265.h
index 738cbeec2c..f7753f1206 100644
--- a/libavcodec/cbs_h265.h
+++ b/libavcodec/cbs_h265.h
@@ -26,15 +26,6 @@
#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;