diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-07-18 17:49:23 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-07-20 10:15:57 -0700 |
commit | e4b50572b7bae9edd0374f2ef918e6c68a4da018 (patch) | |
tree | fee374b49fbb1c48d2eab494ae8a5ec81e5c19b8 /libavcodec/dsputil.c | |
parent | d9a9f50a3683b577e9c391ce8cab9edc9b239fcb (diff) | |
download | ffmpeg-e4b50572b7bae9edd0374f2ef918e6c68a4da018.tar.gz |
dsputil: Remove extra blank line at end.
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); } } - |