summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdsp_template.c
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-01-31 17:02:24 +0100
committerClément Bœsch <cboesch@gopro.com>2017-01-31 17:02:24 +0100
commit7c300a8ed4ef093a1dea40dd4d524cb32cef5c08 (patch)
treef5131239425252ca53b21f4f4efd7929ab7326f2 /libavcodec/hevcdsp_template.c
parentbd370738baf8aea73ba3d6ecced967451c47ae88 (diff)
downloadffmpeg-7c300a8ed4ef093a1dea40dd4d524cb32cef5c08.tar.gz
lavc/hevc: remove a few random spaces to reduce diff with libav
Diffstat (limited to 'libavcodec/hevcdsp_template.c')
-rw-r--r--libavcodec/hevcdsp_template.c2
1 files changed, 0 insertions, 2 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;