remove no longer needed debug output
authorSascha Sommer <saschasommer@freenet.de>
Sat, 5 Sep 2009 10:11:04 +0000 (10:11 +0000)
committerSascha Sommer <saschasommer@freenet.de>
Sat, 5 Sep 2009 10:11:04 +0000 (10:11 +0000)
Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmaprodec.c

index cd21c17..6ed55fd 100644 (file)
@@ -1524,9 +1524,6 @@ static int decode_packet(AVCodecContext *avctx,
             /** decode the frame */
             more_frames = decode_frame(s);
 
-            if (!more_frames) {
-                dprintf(avctx, "no more frames\n");
-            }
         } else
             more_frames = 0;
     }