]> git.sesse.net Git - ffmpeg/commit
avcodec/libsvt_av1: remove forced-idr option
authorLynne <dev@lynne.ee>
Wed, 29 Jul 2020 20:38:44 +0000 (22:38 +0200)
committerJames Almer <jamrial@gmail.com>
Wed, 29 Jul 2020 20:59:15 +0000 (17:59 -0300)
commit6ceaeecaf562020f25beab0614157fb2dae32391
treebbee4ef667efe098b9c439df03ec77ab0f7554d3
parent0e20dee5c21a40f23ecfe7af2c360493a169c0f0
avcodec/libsvt_av1: remove forced-idr option

This option is directly copy-pasted from the SVT1-HEVC wrapper and has
no place in the options for an AV1 encoder.

AV1 has no H.264/5 IDR frames nor anything like them.
All this option does is change all real keyframes to an intra-only
AV1 frame, which is not seekable. Hence, any streams encoded with
this option enabled will not be seekable.
libavcodec/libsvt_av1.c