comparison utils.c @ 633:aff6e233426a libavformat

10l
author michael
date Mon, 03 Jan 2005 20:33:52 +0000
parents 4a35651e6cc8
children 0b52743104ac
comparison
equal deleted inserted replaced
632:9f8fa2f4edfd 633:aff6e233426a
1878 /* if we detect that it could be a telecine, we 1878 /* if we detect that it could be a telecine, we
1879 signal it. It would be better to do it at a 1879 signal it. It would be better to do it at a
1880 higher level as it can change in a film */ 1880 higher level as it can change in a film */
1881 if (coded_frame_rate >= 24.97 && 1881 if (coded_frame_rate >= 24.97 &&
1882 (est_frame_rate >= 23.5 && est_frame_rate < 24.5)) { 1882 (est_frame_rate >= 23.5 && est_frame_rate < 24.5)) {
1883 st->r_frame_rate = 24024; 1883 st->r_frame_rate = 24000;
1884 st->r_frame_rate_base = 1001; 1884 st->r_frame_rate_base = 1001;
1885 } 1885 }
1886 } 1886 }
1887 } 1887 }
1888 /* if no real frame rate, use the codec one */ 1888 /* if no real frame rate, use the codec one */