dsputil: Remove extra blank line at end.
authorAlex Converse <alex.converse@gmail.com>
Tue, 19 Jul 2011 00:49:23 +0000 (17:49 -0700)
committerAlex Converse <alex.converse@gmail.com>
Wed, 20 Jul 2011 17:15:57 +0000 (10:15 -0700)
libavcodec/dsputil.c

index 457495f..fa9b591 100644 (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");
     }
 }
-