ffmpeg | branch: master | Diego Biurrun <[email protected]> | Thu Nov 17 20:41:33 2016 +0100| [5c89022542ce8521d89ef58858342a7bc1c3cd0d] | committer: Diego Biurrun
hevc: Drop pointless av_unused attribute > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c89022542ce8521d89ef58858342a7bc1c3cd0d --- 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 0432330..23e05e2 100644 --- a/libavcodec/hevc_cabac.c +++ b/libavcodec/hevc_cabac.c @@ -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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
