summaryrefslogtreecommitdiffstats
path: root/libhb/h265_common.h
diff options
context:
space:
mode:
authorJohn Stebbins <jstebbins.hb@gmail.com>2017-07-12 15:09:08 -0700
committerJohn Stebbins <jstebbins.hb@gmail.com>2017-07-12 15:09:08 -0700
commit03fd75b764d068e54c3c9704157b58eb6bf8b46b (patch)
treec0654a26813c5b0af23baea5a190a67b8be4866e /libhb/h265_common.h
parent7263ff2d6900fdfa21f0f4a948bc1b5f321617b3 (diff)
silence new compiler warnings on Fedora 26
Diffstat (limited to 'libhb/h265_common.h')
-rw-r--r--libhb/h265_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/h265_common.h b/libhb/h265_common.h
index 19cc7e895..aa4736497 100644
--- a/libhb/h265_common.h
+++ b/libhb/h265_common.h
@@ -23,7 +23,7 @@ static const char * const hb_h265_qsv_profile_names_10bit[] = { "auto", "mai
static const char * const hb_h265_profile_names_12bit[] = { "auto", "main12", "main12-intra", NULL, };
static const char * const hb_h265_profile_names_16bit[] = { "auto", "main16", "main16-intra", NULL, };
static const char * const hb_h265_level_names[] = { "auto", "1.0", "2.0", "2.1", "3.0", "3.1", "4.0", "4.1", "5.0", "5.1", "5.2", "6.0", "6.1", "6.2", NULL, };
-static const int const hb_h265_level_values[] = { -1, 30, 60, 63, 90, 93, 120, 123, 150, 153, 156, 180, 183, 186, 0, };
+static const int hb_h265_level_values[] = { -1, 30, 60, 63, 90, 93, 120, 123, 150, 153, 156, 180, 183, 186, 0, };
// stolen from libx265's x265.h
static const char * const hb_h265_fullrange_names[] = { "limited", "full", NULL, };