Mercurial > libavcodec.hg
comparison wmaprodec.c @ 10128:da4c9cfcba71 libavcodec
remove no longer needed debug output
| author | faust3 |
|---|---|
| date | Sat, 05 Sep 2009 10:11:04 +0000 |
| parents | b17566dcfcc9 |
| children | 0ffe220e1c80 |
comparison
equal
deleted
inserted
replaced
| 10127:b17566dcfcc9 | 10128:da4c9cfcba71 |
|---|---|
| 1522 save_bits(s, gb, frame_size, 0); | 1522 save_bits(s, gb, frame_size, 0); |
| 1523 | 1523 |
| 1524 /** decode the frame */ | 1524 /** decode the frame */ |
| 1525 more_frames = decode_frame(s); | 1525 more_frames = decode_frame(s); |
| 1526 | 1526 |
| 1527 if (!more_frames) { | |
| 1528 dprintf(avctx, "no more frames\n"); | |
| 1529 } | |
| 1530 } else | 1527 } else |
| 1531 more_frames = 0; | 1528 more_frames = 0; |
| 1532 } | 1529 } |
| 1533 | 1530 |
| 1534 if (!s->output_buffer_full && !s->packet_loss && | 1531 if (!s->output_buffer_full && !s->packet_loss && |
