mirror of https://git.ffmpeg.org/ffmpeg.git
mvi: set framerate
This container does not store timestamps and thus supports CFR only.
This commit is contained in:
parent
aec50f79e7
commit
729b37149c
|
@ -87,6 +87,7 @@ static int read_header(AVFormatContext *s)
|
||||||
ast->codec->bit_rate = ast->codec->sample_rate * 8;
|
ast->codec->bit_rate = ast->codec->sample_rate * 8;
|
||||||
|
|
||||||
avpriv_set_pts_info(vst, 64, msecs_per_frame, 1000000);
|
avpriv_set_pts_info(vst, 64, msecs_per_frame, 1000000);
|
||||||
|
vst->avg_frame_rate = av_inv_q(vst->time_base);
|
||||||
vst->codec->codec_type = AVMEDIA_TYPE_VIDEO;
|
vst->codec->codec_type = AVMEDIA_TYPE_VIDEO;
|
||||||
vst->codec->codec_id = AV_CODEC_ID_MOTIONPIXELS;
|
vst->codec->codec_id = AV_CODEC_ID_MOTIONPIXELS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue