Signed-off-by: Derek Buitenhuis <[email protected]>
---
 libavcodec/libx265.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
index 05ed143..9f2d310 100644
--- a/libavcodec/libx265.c
+++ b/libavcodec/libx265.c
@@ -93,7 +93,6 @@ static av_cold int libx265_encode_init(AVCodecContext *avctx)
         return AVERROR(ENOMEM);
     }
 
-    x265_param_default(ctx->params);
     if (x265_param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) {
         av_log(avctx, AV_LOG_ERROR, "Invalid preset or tune.\n");
         return AVERROR(EINVAL);
-- 
1.9.0.rc3

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to