From b2722d0a42d69bdb2461d37bad3b7ed6f7a6a51b Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 30 Oct 2002 09:36:33 +0000 Subject: [PATCH] =?utf8?q?-vcodec=20copy=20fix=20patch=20by=20(mru=20at=20?= =?utf8?q?users=20dot=20sourceforge=20dot=20net=20(M=C3=A5ns=20Rullg=C3=A5?= =?utf8?q?rd))?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Originally committed as revision 1114 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index d8c7d68..46b4f00 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1290,6 +1290,7 @@ static int av_encode(AVFormatContext **output_files, /* no reencoding needed : output the packet directly */ /* force the input stream PTS */ av_write_frame(os, ost->index, data_buf, data_size); + ost->st->codec.frame_number++; } } } -- 2.7.4