mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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…
Reference in New Issue
Block a user