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
avcodec/qdmc: silence gcc 6.2.0 warning
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.3
Paul B Mahol
8 years ago
parent
74c576957a
commit
ba632efa93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/qdmc.c
+ 1
- 1
libavcodec/qdmc.c
View File
@@ -53,7 +53,7 @@ typedef struct QDMCContext {
int nb_channels;
int checksum_size;
uint8_t noise[2][19][1
6
];
uint8_t noise[2][19][1
7
];
QDMCTone tones[5][8192];
int nb_tones[5];
int cur_tone[5];
Write
Preview
Loading…
Cancel
Save