Commit a564db4b authored by faust3's avatar faust3

remove no longer needed debug output

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19764 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 22c1a151
...@@ -1524,9 +1524,6 @@ static int decode_packet(AVCodecContext *avctx, ...@@ -1524,9 +1524,6 @@ static int decode_packet(AVCodecContext *avctx,
/** decode the frame */ /** decode the frame */
more_frames = decode_frame(s); more_frames = decode_frame(s);
if (!more_frames) {
dprintf(avctx, "no more frames\n");
}
} else } else
more_frames = 0; 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