mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
libx265: Remove redundant default param call
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
41836c4e30
commit
4127e6aeb6
@ -93,7 +93,6 @@ static av_cold int libx265_encode_init(AVCodecContext *avctx)
|
|||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
}
|
}
|
||||||
|
|
||||||
x265_param_default(ctx->params);
|
|
||||||
if (x265_param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) {
|
if (x265_param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) {
|
||||||
av_log(avctx, AV_LOG_ERROR, "Invalid preset or tune.\n");
|
av_log(avctx, AV_LOG_ERROR, "Invalid preset or tune.\n");
|
||||||
return AVERROR(EINVAL);
|
return AVERROR(EINVAL);
|
||||||
|
Loading…
Reference in New Issue
Block a user