[FFmpeg-cvslog] r19764 - trunk/libavcodec/wmaprodec.c

faust3 subversion
Sat Sep 5 12:11:04 CEST 2009


Author: faust3
Date: Sat Sep  5 12:11:04 2009
New Revision: 19764

Log:
remove no longer needed debug output

Modified:
   trunk/libavcodec/wmaprodec.c

Modified: trunk/libavcodec/wmaprodec.c
==============================================================================
--- trunk/libavcodec/wmaprodec.c	Sat Sep  5 12:07:55 2009	(r19763)
+++ trunk/libavcodec/wmaprodec.c	Sat Sep  5 12:11:04 2009	(r19764)
@@ -1524,9 +1524,6 @@ static int decode_packet(AVCodecContext 
             /** decode the frame */
             more_frames = decode_frame(s);
 
-            if (!more_frames) {
-                dprintf(avctx, "no more frames\n");
-            }
         } else
             more_frames = 0;
     }



More information about the ffmpeg-cvslog mailing list