mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-14 16:57:21 +00:00
hevc: Drop pointless av_unused attribute
This commit is contained in:
parent
0983f9117f
commit
5c89022542
@ -33,7 +33,7 @@
|
||||
/**
|
||||
* 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_type_idx
|
||||
0, // sao_eo_class
|
||||
|
Loading…
x
Reference in New Issue
Block a user