Removed debug printf.

This commit is contained in:
Johns 2012-01-31 20:48:47 +01:00
parent bd84e3f3b9
commit 33e9c71aea
1 changed files with 0 additions and 1 deletions

View File

@ -516,7 +516,6 @@ void FixPacketForFFMpeg(VideoDecoder * MyVideoDecoder, AVPacket * avpkt)
continue;
}
// packet has already an picture header
printf("split\n");
tmp->size = p - tmp->data;
CodecVideoDecode(MyVideoDecoder, tmp);
tmp->data = p;