# HG changeset patch # User michael # Date 1264599005 0 # Node ID 9b5939c668749a00adff9511b44f4445d947c048 # Parent f5678fb911402ec8496dae751773e2cdc943356f 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 diff -r f5678fb91140 -r 9b5939c66874 adpcm.c --- a/adpcm.c Wed Jan 27 13:18:08 2010 +0000 +++ b/adpcm.c Wed Jan 27 13:30:05 2010 +0000 @@ -1664,7 +1664,6 @@ NULL, \ adpcm_decode_frame, \ .long_name = NULL_IF_CONFIG_SMALL(long_name_), \ - .capabilities = CODEC_CAP_SUBFRAMES, \ }; #else #define ADPCM_DECODER(id,name,long_name_)