mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc/libxavs2: enable OpenGop
Signed-off-by: hwren <hwrenx@126.com>
This commit is contained in:
parent
4c23262811
commit
c00ed8d0e7
@ -91,7 +91,7 @@ static av_cold int xavs2_init(AVCodecContext *avctx)
|
||||
xavs2_opt_set2("ThreadFrames", "%d", avctx->thread_count);
|
||||
xavs2_opt_set2("ThreadRows", "%d", cae->lcu_row_threads);
|
||||
|
||||
xavs2_opt_set2("OpenGOP", "%d", 1);
|
||||
xavs2_opt_set2("OpenGOP", "%d", !(avctx->flags & AV_CODEC_FLAG_CLOSED_GOP));
|
||||
|
||||
if (cae->xavs2_opts) {
|
||||
AVDictionary *dict = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user