mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
remove no longer needed debug output
Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7551a55948
commit
42ea968188
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user