hevc: Drop pointless av_unused attribute

This commit is contained in:
Diego Biurrun 2016-11-17 20:41:33 +01:00
parent 0983f9117f
commit 5c89022542
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
/** /**
* number of bin by SyntaxElement. * number of bin by SyntaxElement.
*/ */
av_unused static const int8_t num_bins_in_se[] = { 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