Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
7c300a8e
Commit
7c300a8e
authored
Jan 31, 2017
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/hevc: remove a few random spaces to reduce diff with libav
parent
bd370738
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
hevcdsp_template.c
libavcodec/hevcdsp_template.c
+0
-2
hevcdsp_init.c
libavcodec/x86/hevcdsp_init.c
+1
-1
No files found.
libavcodec/hevcdsp_template.c
View file @
7c300a8e
...
...
@@ -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
;
...
...
libavcodec/x86/hevcdsp_init.c
View file @
7c300a8e
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment