提交 96db7add 编写于 作者: M Michael Niedermayer

10l

Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8ff53f5b
......@@ -1880,7 +1880,7 @@ int av_find_stream_info(AVFormatContext *ic)
higher level as it can change in a film */
if (coded_frame_rate >= 24.97 &&
(est_frame_rate >= 23.5 && est_frame_rate < 24.5)) {
st->r_frame_rate = 24024;
st->r_frame_rate = 24000;
st->r_frame_rate_base = 1001;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册