changeset 633:aff6e233426a libavformat

10l
author michael
date Mon, 03 Jan 2005 20:33:52 +0000
parents 9f8fa2f4edfd
children 6c5c8feed381
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Mon Jan 03 02:52:11 2005 +0000
+++ b/utils.c	Mon Jan 03 20:33:52 2005 +0000
@@ -1880,7 +1880,7 @@
                        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;
                     }
                 }