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
98e409ec
Commit
98e409ec
authored
May 10, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vf_idet: remove unused variables
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
648dbae5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vf_idet.c
libavfilter/vf_idet.c
+0
-2
No files found.
libavfilter/vf_idet.c
View file @
98e409ec
...
@@ -102,7 +102,6 @@ static void filter(AVFilterContext *ctx)
...
@@ -102,7 +102,6 @@ static void filter(AVFilterContext *ctx)
int
w
=
idet
->
cur
->
video
->
w
;
int
w
=
idet
->
cur
->
video
->
w
;
int
h
=
idet
->
cur
->
video
->
h
;
int
h
=
idet
->
cur
->
video
->
h
;
int
refs
=
idet
->
cur
->
linesize
[
i
];
int
refs
=
idet
->
cur
->
linesize
[
i
];
int
df
=
(
idet
->
csp
->
comp
[
i
].
depth_minus1
+
8
)
/
8
;
if
(
i
&&
i
<
3
)
{
if
(
i
&&
i
<
3
)
{
w
>>=
idet
->
csp
->
log2_chroma_w
;
w
>>=
idet
->
csp
->
log2_chroma_w
;
...
@@ -295,7 +294,6 @@ static int query_formats(AVFilterContext *ctx)
...
@@ -295,7 +294,6 @@ static int query_formats(AVFilterContext *ctx)
static
av_cold
int
init
(
AVFilterContext
*
ctx
,
const
char
*
args
,
void
*
opaque
)
static
av_cold
int
init
(
AVFilterContext
*
ctx
,
const
char
*
args
,
void
*
opaque
)
{
{
IDETContext
*
idet
=
ctx
->
priv
;
IDETContext
*
idet
=
ctx
->
priv
;
int
cpu_flags
=
av_get_cpu_flags
();
idet
->
csp
=
NULL
;
idet
->
csp
=
NULL
;
...
...
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