1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

dsputil: Remove extra blank line at end.

This commit is contained in:
Alex Converse 2011-07-18 17:49:23 -07:00
parent d9a9f50a36
commit e4b50572b7

View File

@ -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");
}
}