1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avcodec/libx265: Remove stray FF_ENABLE_DEPRECATION_WARNINGS

Forgotten in 7d07723db5.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-11-05 15:07:25 +01:00
committed by James Almer
parent 8a46fe1a7d
commit ec239259a7

View File

@@ -293,7 +293,6 @@ static av_cold int libx265_encode_init(AVCodecContext *avctx)
} else {
ctx->params->fpsNum = avctx->time_base.den;
ctx->params->fpsDenom = avctx->time_base.num;
FF_ENABLE_DEPRECATION_WARNINGS
}
ctx->params->sourceWidth = avctx->width;
ctx->params->sourceHeight = avctx->height;