mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
10l
Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8ff53f5b07
commit
96db7add10
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user