Commit 3a7faa50 authored by Linshizhi's avatar Linshizhi

remove printfs.

parent c8bc2bde
......@@ -198,7 +198,6 @@ void pktTimestampSetup(AVPacket *pkt) {
pkt->stream_index = 0;
pkt->pos = -1;
printf("PTS: %ld, DTS: %ld\n", pkt->pts, pkt->dts);
++idx;
}
......@@ -224,7 +223,6 @@ int writeToOFormat() {
pktTimestampSetup(pkt);
streamWriteFrame(octx, pkt);
printf("Writed\n");
av_packet_free(&pkt);
......
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