1
0
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:
Clément Bœsch 2017-04-08 14:18:03 +02:00
commit 6e836052d8

View File

@ -34,7 +34,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