diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-01-31 17:02:24 +0100 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-01-31 17:02:24 +0100 |
commit | 7c300a8ed4ef093a1dea40dd4d524cb32cef5c08 (patch) | |
tree | f5131239425252ca53b21f4f4efd7929ab7326f2 /libavcodec/x86/hevcdsp_init.c | |
parent | bd370738baf8aea73ba3d6ecced967451c47ae88 (diff) | |
download | ffmpeg-7c300a8ed4ef093a1dea40dd4d524cb32cef5c08.tar.gz |
lavc/hevc: remove a few random spaces to reduce diff with libav
Diffstat (limited to 'libavcodec/x86/hevcdsp_init.c')
-rw-r--r-- | libavcodec/x86/hevcdsp_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hevcdsp_init.c b/libavcodec/x86/hevcdsp_init.c index d16e59d9e7..c4d9564173 100644 --- a/libavcodec/x86/hevcdsp_init.c +++ b/libavcodec/x86/hevcdsp_init.c @@ -2,7 +2,6 @@ * Copyright (c) 2013 Seppo Tomperi * Copyright (c) 2013 - 2014 Pierre-Edouard Lepere * - * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or @@ -21,6 +20,7 @@ */ #include "config.h" + #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" |