mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
lavf/av1dec: stop setting codec context framerate
Demuxers are not supposed to do this.
This commit is contained in:
parent
e43be84c0f
commit
60ecf44b03
@ -80,7 +80,7 @@ static int av1_read_header(AVFormatContext *s)
|
||||
st->codecpar->codec_id = AV_CODEC_ID_AV1;
|
||||
sti->need_parsing = AVSTREAM_PARSE_HEADERS;
|
||||
|
||||
sti->avctx->framerate = c->framerate;
|
||||
st->avg_frame_rate = c->framerate;
|
||||
// taken from rawvideo demuxers
|
||||
avpriv_set_pts_info(st, 64, 1, 1200000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user