changeset 10128:da4c9cfcba71 libavcodec

remove no longer needed debug output
author faust3
date Sat, 05 Sep 2009 10:11:04 +0000
parents b17566dcfcc9
children 0ffe220e1c80
files wmaprodec.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/wmaprodec.c	Sat Sep 05 10:07:55 2009 +0000
+++ b/wmaprodec.c	Sat Sep 05 10:11:04 2009 +0000
@@ -1524,9 +1524,6 @@
             /** decode the frame */
             more_frames = decode_frame(s);
 
-            if (!more_frames) {
-                dprintf(avctx, "no more frames\n");
-            }
         } else
             more_frames = 0;
     }