diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-18 23:32:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-18 23:32:55 +0200 |
commit | 8e2ade43f1d0d093f0a4280db7521ba952cc0b96 (patch) | |
tree | b627adfa18d6a8a270e16805a1f81642d1def204 /libavcodec | |
parent | dacc4cb11513543bdeeffef7944181418b70ce64 (diff) | |
parent | 869fc416f7c78ed4e397e0208acd1545771c0502 (diff) | |
download | ffmpeg-8e2ade43f1d0d093f0a4280db7521ba952cc0b96.tar.gz |
Merge commit '869fc416f7c78ed4e397e0208acd1545771c0502'
* commit '869fc416f7c78ed4e397e0208acd1545771c0502':
hevc: Mark num_bins_in_se as unused
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/hevc_cabac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_cabac.c b/libavcodec/hevc_cabac.c index b23b89c393..40f5ce18fe 100644 --- a/libavcodec/hevc_cabac.c +++ b/libavcodec/hevc_cabac.c @@ -32,7 +32,7 @@ /** * number of bin by SyntaxElement. */ -static const int8_t num_bins_in_se[] = { +av_unused static const int8_t num_bins_in_se[] = { 1, // sao_merge_flag 1, // sao_type_idx 0, // sao_eo_class |