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
Avoid "unused variable 'c'" warning.
Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol
22 years ago
parent
e4828c7d43
commit
0ea8f2be4e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mace.c
+ 0
- 1
libavcodec/mace.c
View File
@@ -382,7 +382,6 @@ static void Exp1to6(MACEContext *ctx,
static int mace_decode_init(AVCodecContext * avctx)
{
MACEContext *c = avctx->priv_data;
if (avctx->channels > 2)
return -1;
return 0;
Write
Preview
Loading…
Cancel
Save