From 7c300a8ed4ef093a1dea40dd4d524cb32cef5c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 31 Jan 2017 17:02:24 +0100 Subject: [PATCH] lavc/hevc: remove a few random spaces to reduce diff with libav --- libavcodec/hevcdsp_template.c | 2 -- libavcodec/x86/hevcdsp_init.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/hevcdsp_template.c b/libavcodec/hevcdsp_template.c index 665436cce3..b95984f1eb 100644 --- a/libavcodec/hevcdsp_template.c +++ b/libavcodec/hevcdsp_template.c @@ -26,7 +26,6 @@ #include "bit_depth_template.c" #include "hevcdsp.h" - static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, GetBitContext *gb, int pcm_bit_depth) { @@ -83,7 +82,6 @@ static void FUNC(add_residual32x32)(uint8_t *_dst, int16_t *res, FUNC(add_residual)(_dst, res, stride, 32); } - static void FUNC(transform_rdpcm)(int16_t *_coeffs, int16_t log2_size, int mode) { int16_t *coeffs = (int16_t *) _coeffs; 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"