changeset 11027:9b5939c66874 libavcodec

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
author michael
date Wed, 27 Jan 2010 13:30:05 +0000
parents f5678fb91140
children 919fb8b71591
files adpcm.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_)