# HG changeset patch # User michael # Date 1170242644 0 # Node ID 3711f46dcb98442833a6760af5d4620e07a39d87 # Parent 181594c4f7296e7b98a0ac838c6f466e93bad208 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) diff -r 181594c4f729 -r 3711f46dcb98 nuv.c --- 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;