Mercurial > libavformat.hg
diff utils.c @ 633:aff6e233426a libavformat
10l
| author | michael |
|---|---|
| date | Mon, 03 Jan 2005 20:33:52 +0000 |
| parents | 4a35651e6cc8 |
| children | 0b52743104ac |
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; } }
