2287
2305
int num, den, frame_size;
2289
2307
// av_log(NULL, AV_LOG_DEBUG, "av_write_frame: pts:%lld dts:%lld cur_dts:%lld b:%d size:%d st:%d\n", pkt->pts, pkt->dts, st->cur_dts, b_frames, pkt->size, pkt->stream_index);
2291
2309
/* if(pkt->pts == AV_NOPTS_VALUE && pkt->dts == AV_NOPTS_VALUE)
2295
2313
if (pkt->duration == 0) {
2296
2314
compute_frame_duration(&num, &den, st, NULL, pkt);