mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/rawdec: stop setting codec context framerate
Demuxers are not supposed to do this.
This commit is contained in:
parent
e38e9f3d54
commit
2850584876
|
@ -87,7 +87,6 @@ int ff_raw_video_read_header(AVFormatContext *s)
|
|||
sti->need_parsing = AVSTREAM_PARSE_FULL_RAW;
|
||||
|
||||
st->avg_frame_rate = s1->framerate;
|
||||
sti->avctx->framerate = s1->framerate;
|
||||
avpriv_set_pts_info(st, 64, 1, 1200000);
|
||||
|
||||
fail:
|
||||
|
|
Loading…
Reference in New Issue