提交 b2722d0a 编写于 作者: M Måns Rullgård 提交者: Michael Niedermayer

-vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård))

Originally committed as revision 1114 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 5981f4e6
......@@ -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++;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册