Libavcodec: changed one warning

This commit is contained in:
Martin Pulec
2017-02-24 14:37:53 +01:00
parent 0b5b70cf3d
commit 8a537bedde

View File

@@ -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]);