[FFmpeg-cvslog] Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'
Clément Bœsch
git at videolan.org
Sat Apr 8 15:18:16 EEST 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Apr 8 14:18:03 2017 +0200| [6e836052d8c86818a8173c4c802504f0f3c5408e] | committer: Clément Bœsch
Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'
* commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d':
hevc: Drop pointless av_unused attribute
Merged-by: Clément Bœsch <u at pkh.me>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e836052d8c86818a8173c4c802504f0f3c5408e
---
libavcodec/hevc_cabac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/hevc_cabac.c b/libavcodec/hevc_cabac.c
index e27c54e..3fe228d 100644
--- a/libavcodec/hevc_cabac.c
+++ b/libavcodec/hevc_cabac.c
@@ -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
======================================================================
More information about the ffmpeg-cvslog
mailing list