Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
bbaa4432
Commit
bbaa4432
authored
Mar 13, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vc1dec: remove unused variables
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
21dc9b19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vc1dec.c
libavcodec/vc1dec.c
+0
-2
No files found.
libavcodec/vc1dec.c
View file @
bbaa4432
...
@@ -345,7 +345,6 @@ static void vc1_smooth_overlap_filter_iblk(VC1Context *v)
...
@@ -345,7 +345,6 @@ static void vc1_smooth_overlap_filter_iblk(VC1Context *v)
static
void
vc1_mc_1mv
(
VC1Context
*
v
,
int
dir
)
static
void
vc1_mc_1mv
(
VC1Context
*
v
,
int
dir
)
{
{
MpegEncContext
*
s
=
&
v
->
s
;
MpegEncContext
*
s
=
&
v
->
s
;
DSPContext
*
dsp
=
&
v
->
s
.
dsp
;
H264ChromaContext
*
h264chroma
=
&
v
->
h264chroma
;
H264ChromaContext
*
h264chroma
=
&
v
->
h264chroma
;
uint8_t
*
srcY
,
*
srcU
,
*
srcV
;
uint8_t
*
srcY
,
*
srcU
,
*
srcV
;
int
dxy
,
mx
,
my
,
uvmx
,
uvmy
,
src_x
,
src_y
,
uvsrc_x
,
uvsrc_y
;
int
dxy
,
mx
,
my
,
uvmx
,
uvmy
,
src_x
,
src_y
,
uvsrc_x
,
uvsrc_y
;
...
@@ -1852,7 +1851,6 @@ static inline void vc1_pred_mv_intfr(VC1Context *v, int n, int dmv_x, int dmv_y,
...
@@ -1852,7 +1851,6 @@ static inline void vc1_pred_mv_intfr(VC1Context *v, int n, int dmv_x, int dmv_y,
static
void
vc1_interp_mc
(
VC1Context
*
v
)
static
void
vc1_interp_mc
(
VC1Context
*
v
)
{
{
MpegEncContext
*
s
=
&
v
->
s
;
MpegEncContext
*
s
=
&
v
->
s
;
DSPContext
*
dsp
=
&
v
->
s
.
dsp
;
H264ChromaContext
*
h264chroma
=
&
v
->
h264chroma
;
H264ChromaContext
*
h264chroma
=
&
v
->
h264chroma
;
uint8_t
*
srcY
,
*
srcU
,
*
srcV
;
uint8_t
*
srcY
,
*
srcU
,
*
srcV
;
int
dxy
,
mx
,
my
,
uvmx
,
uvmy
,
src_x
,
src_y
,
uvsrc_x
,
uvsrc_y
;
int
dxy
,
mx
,
my
,
uvmx
,
uvmy
,
src_x
,
src_y
,
uvsrc_x
,
uvsrc_y
;
...
...
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