]> git.sesse.net Git - ffmpeg/commit
Revert Revision: 21362
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 27 Jan 2010 13:30:05 +0000 (13:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 27 Jan 2010 13:30:05 +0000 (13:30 +0000)
commit9f72b23c5c4543aa94708b4a04702afdc840c123
tree5b25cdf3621c5aa94dc162349b2089ab1d47a0a3
parent3ff0daf06d6480c5f4518be2ee7814b4b7939413
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
libavcodec/adpcm.c