Commit 869fc416 authored by Luca Barbato's avatar Luca Barbato

hevc: Mark num_bins_in_se as unused

Only its size is actually used. Silence a clang warning.
parent c385313d
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
/** /**
* number of bin by SyntaxElement. * number of bin by SyntaxElement.
*/ */
static const int8_t num_bins_in_se[] = { av_unused static const int8_t num_bins_in_se[] = {
1, // sao_merge_flag 1, // sao_merge_flag
1, // sao_type_idx 1, // sao_type_idx
0, // sao_eo_class 0, // sao_eo_class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment