remove no longer needed debug output

Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Sascha Sommer 2009-09-05 10:11:04 +00:00
parent 7551a55948
commit 42ea968188
1 changed files with 0 additions and 3 deletions

View 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;
}