# HG changeset patch # User faust3 # Date 1252145464 0 # Node ID da4c9cfcba71e49b993cc4fc6fc57ebc7e2102ce # Parent b17566dcfcc90fc93becbe1e5f1b97ee3b640a2f remove no longer needed debug output diff -r b17566dcfcc9 -r da4c9cfcba71 wmaprodec.c --- 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; }