Commit 96db7add authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8ff53f5b
...@@ -1880,7 +1880,7 @@ int av_find_stream_info(AVFormatContext *ic) ...@@ -1880,7 +1880,7 @@ int av_find_stream_info(AVFormatContext *ic)
higher level as it can change in a film */ higher level as it can change in a film */
if (coded_frame_rate >= 24.97 && if (coded_frame_rate >= 24.97 &&
(est_frame_rate >= 23.5 && est_frame_rate < 24.5)) { (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; 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