]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/dynamic_hdr10_plus: remove unused const variables
authorJames Almer <jamrial@gmail.com>
Mon, 7 Dec 2020 17:28:50 +0000 (14:28 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 7 Dec 2020 17:28:50 +0000 (14:28 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/dynamic_hdr10_plus.c

index 4b2ecdb72e30f509a040b3143ec4fc6a484fa978..a602e606ed3539c79e4ab84b8dde5ea043708885 100644 (file)
 #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;