mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
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 Originally committed as revision 21481 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3ff0daf06d
commit
9f72b23c5c
@ -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_)
|
||||
|
Loading…
Reference in New Issue
Block a user