Commit 2d51c7eb authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d236cc71
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment