changeset 1749:3711f46dcb98 libavformat

10l to whoever wrote this (wrong fps, fixes nirvana.nuv)
author michael
date Wed, 31 Jan 2007 11:24:04 +0000
parents 181594c4f729
children ea10bb05b839
files nuv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nuv.c	Wed Jan 31 08:29:24 2007 +0000
+++ b/nuv.c	Wed Jan 31 11:24:04 2007 +0000
@@ -154,7 +154,7 @@
         vst->codec->height = height;
         vst->codec->bits_per_sample = 10;
         vst->codec->sample_aspect_ratio = av_d2q(aspect, 10000);
-        vst->r_frame_rate = av_d2q(1.0 / fps, 10000);
+        vst->r_frame_rate = av_d2q(fps, 60000);
         av_set_pts_info(vst, 32, 1, 1000);
     } else
         ctx->v_id = -1;