mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 18:02:11 +00:00
lavc/hevc: remove a few random spaces to reduce diff with libav
This commit is contained in:
parent
bd370738ba
commit
7c300a8ed4
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user