csrc/ffmpeg/format/FormatOut.cpp
@@ -434,6 +434,12 @@ pkt->pts = pkt->dts = pkt->duration * time_stamp; } // logIt("BEFORE in stream timebase %d:%d, out timebase %d:%d, // pts: %lld, dts: %lld, duration: %lld", // in_stream->time_base.num, in_stream->time_base.den, // out_stream->time_base.num, out_stream->time_base.den, // pkt->pts, pkt->dts, pkt->duration); } bool FormatOut::writeFrame(AVPacket *pkt, const int64_t &frame_cnt,