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 cd21c171e556ac6924d0021dd6f12bc3be5192c4..6ed55fd24ca99fae794248859068768878d55339 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;
     }