diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 457495f07e..fa9b591fad 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -3266,4 +3266,3 @@ av_cold void dsputil_init(DSPContext* c, AVCodecContext *avctx) av_log(avctx, AV_LOG_ERROR, "Internal error, IDCT permutation not set\n"); } } -