Commit 42ea9681 authored by Sascha Sommer's avatar Sascha Sommer

remove no longer needed debug output

Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7551a559
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment