diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-01-03 20:33:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-03 20:33:52 +0000 |
commit | 96db7add10e670cbb5787815f5ace4c2549f1c4a (patch) | |
tree | 897cee0eac84f6ab713511478c76d59879cb3c48 /libavformat/utils.c | |
parent | 8ff53f5b073d14528fd12f3a99d5beed4d8e2839 (diff) | |
download | ffmpeg-96db7add10e670cbb5787815f5ace4c2549f1c4a.tar.gz |
10l
Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 230f891ab5..c889b3384f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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; } } |