You've already forked FFmpeg
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:
committed by
James Almer
parent
8a46fe1a7d
commit
ec239259a7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user