提交 c369ceb2 编写于 作者: J James Almer

avcodec/dynamic_hdr10_plus: remove unused const variables

Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 1aa72fe7
......@@ -19,10 +19,6 @@
#include "dynamic_hdr10_plus.h"
#include "get_bits.h"
static const uint8_t usa_country_code = 0xB5;
static const uint16_t smpte_provider_code = 0x003C;
static const uint16_t smpte2094_40_provider_oriented_code = 0x0001;
static const uint16_t smpte2094_40_application_identifier = 0x04;
static const int64_t luminance_den = 1;
static const int32_t peak_luminance_den = 15;
static const int64_t rgb_den = 100000;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册