mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 12:40:19 +00:00
Libavcodec: changed one warning
This commit is contained in:
@@ -1370,7 +1370,7 @@ static void configure_nvenc(AVCodecContext *codec_ctx, struct setparam_param *pa
|
||||
}
|
||||
ret = av_opt_set(codec_ctx->priv_data, "spatial_aq", "0", 0);
|
||||
if (ret != 0) {
|
||||
log_msg(LOG_LEVEL_WARNING, "[lavc] Unable to set spatial AQ.\n");
|
||||
log_msg(LOG_LEVEL_WARNING, "[lavc] Unable to unset spatial AQ.\n");
|
||||
}
|
||||
char gpu[3] = "";
|
||||
snprintf(gpu, 2, "%d", cuda_devices[0]);
|
||||
|
||||
Reference in New Issue
Block a user