This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
hevc: Mark num_bins_in_se as unused
Only its size is actually used. Silence a clang warning.
tags/n2.3
Luca Barbato
11 years ago
parent
c385313d25
commit
869fc416f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/hevc_cabac.c
+ 1
- 1
libavcodec/hevc_cabac.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save