mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Removed debug printf.
This commit is contained in:
parent
bd84e3f3b9
commit
33e9c71aea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user