[FFmpeg-cvslog] r21481 - trunk/libavcodec/adpcm.c
michael
subversion
Wed Jan 27 14:30:05 CET 2010
Author: michael
Date: Wed Jan 27 14:30:05 2010
New Revision: 21481
Log:
Revert Revision: 21362
Log:
Set CODEC_CAP_SUBFRAMES for adpcm decoders
This makes ffmpeg stop printing millions of
Multiple frames in a packet from stream 0
when decoding adpcm.
Reason: adpcm has no subframes, the flag does not belong there
Modified:
trunk/libavcodec/adpcm.c
Modified: trunk/libavcodec/adpcm.c
==============================================================================
--- trunk/libavcodec/adpcm.c Wed Jan 27 14:27:18 2010 (r21480)
+++ trunk/libavcodec/adpcm.c Wed Jan 27 14:30:05 2010 (r21481)
@@ -1664,7 +1664,6 @@ AVCodec name ## _decoder = {
NULL, \
adpcm_decode_frame, \
.long_name = NULL_IF_CONFIG_SMALL(long_name_), \
- .capabilities = CODEC_CAP_SUBFRAMES, \
};
#else
#define ADPCM_DECODER(id,name,long_name_)
More information about the ffmpeg-cvslog
mailing list