mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavc/libxavs2: fix intra period meaning conflict
Signed-off-by: hwren <hwrenx@126.com>
This commit is contained in:
parent
9c190ad394
commit
4c23262811
@ -85,8 +85,8 @@ static av_cold int xavs2_init(AVCodecContext *avctx)
|
||||
xavs2_opt_set2("Log", "%d", cae->log_level);
|
||||
xavs2_opt_set2("Preset", "%d", cae->preset_level);
|
||||
|
||||
/* not the same parameter as the IntraPeriod in xavs2 log */
|
||||
xavs2_opt_set2("IntraPeriod", "%d", avctx->gop_size);
|
||||
xavs2_opt_set2("IntraPeriodMax", "%d", avctx->gop_size);
|
||||
xavs2_opt_set2("IntraPeriodMin", "%d", avctx->gop_size);
|
||||
|
||||
xavs2_opt_set2("ThreadFrames", "%d", avctx->thread_count);
|
||||
xavs2_opt_set2("ThreadRows", "%d", cae->lcu_row_threads);
|
||||
|
Loading…
Reference in New Issue
Block a user