diff --git a/ffmpeg.c b/ffmpeg.c index 59ce7caa69258300f70baf88f281c7ec937eb9b4..6a156dc4d68377f8544daee648e817a559a255fc 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1055,6 +1055,9 @@ static int output_packet(AVInputStream *ist, int ist_index, AVSubtitle subtitle, *subtitle_to_free; int got_subtitle; + if(ist->next_pts == AV_NOPTS_VALUE) + ist->next_pts= ist->pts; + if (pkt == NULL) { /* EOF handling */ ptr = NULL;