Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'

* commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d':
  hevc: Drop pointless av_unused attribute

Merged-by: Clément Bœsch <u@pkh.me>
pull/139/merge
Clément Bœsch 8 years ago
commit 6e836052d8
  1. 2
      libavcodec/hevc_cabac.c

@ -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

Loading…
Cancel
Save