diff --git a/ffmpeg.c b/ffmpeg.c index ecaa7e114d..9bc509d9f0 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2090,8 +2090,10 @@ static int av_encode(AVFormatContext **output_files, /* init pts */ for(i=0;ipts = 0; + st= ist->st; + ist->pts = st->avg_frame_rate.num ? - st->codec->has_b_frames*AV_TIME_BASE / av_q2d(st->avg_frame_rate) : 0; ist->next_pts = AV_NOPTS_VALUE; ist->is_start = 1; }