[FFmpeg-cvslog] r12967 - trunk/libavcodec/adpcm.c
bcoudurier
subversion
Fri Apr 25 17:10:33 CEST 2008
Author: bcoudurier
Date: Fri Apr 25 17:10:33 2008
New Revision: 12967
Log:
remove unused var
Modified:
trunk/libavcodec/adpcm.c
Modified: trunk/libavcodec/adpcm.c
==============================================================================
--- trunk/libavcodec/adpcm.c (original)
+++ trunk/libavcodec/adpcm.c Fri Apr 25 17:10:33 2008
@@ -667,7 +667,7 @@ static int adpcm_encode_frame(AVCodecCon
static av_cold int adpcm_decode_init(AVCodecContext * avctx)
{
ADPCMContext *c = avctx->priv_data;
- unsigned int max_channels = 2, channel;
+ unsigned int max_channels = 2;
switch(avctx->codec->id) {
case CODEC_ID_ADPCM_EA_R1:
More information about the ffmpeg-cvslog
mailing list