mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'
* commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d': hevc: Drop pointless av_unused attribute Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
6e836052d8
@ -34,7 +34,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