diff --git a/ffmpeg.c b/ffmpeg.c index 948757ca40..3b5758d312 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1672,7 +1672,6 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p } write_frame(of->ctx, &opkt, ost); - ost->st->codec->frame_number++; } int guess_input_channel_layout(InputStream *ist)