[FFmpeg-cvslog] r12968 - trunk/libavcodec/adpcm.c
bcoudurier
subversion
Fri Apr 25 17:11:40 CEST 2008
Author: bcoudurier
Date: Fri Apr 25 17:11:39 2008
New Revision: 12968
Log:
remove no more needed field
Modified:
trunk/libavcodec/adpcm.c
Modified: trunk/libavcodec/adpcm.c
==============================================================================
--- trunk/libavcodec/adpcm.c (original)
+++ trunk/libavcodec/adpcm.c Fri Apr 25 17:11:39 2008
@@ -148,7 +148,6 @@ typedef struct ADPCMChannelStatus {
} ADPCMChannelStatus;
typedef struct ADPCMContext {
- int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */
ADPCMChannelStatus status[6];
} ADPCMContext;
More information about the ffmpeg-cvslog
mailing list