You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
10l to whoever wrote this (wrong fps, fixes nirvana.nuv)
Originally committed as revision 7781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -154,7 +154,7 @@ static int nuv_header(AVFormatContext *s, AVFormatParameters *ap) {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user