Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Westerfeld
ffmpeg
Commits
21dd05ee
Commit
21dd05ee
authored
Nov 16, 2018
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/minterpolate: Remove declaration of two unused variables.
parent
395508d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vf_minterpolate.c
libavfilter/vf_minterpolate.c
+0
-1
No files found.
libavfilter/vf_minterpolate.c
View file @
21dd05ee
...
...
@@ -826,7 +826,6 @@ static int inject_frame(AVFilterLink *inlink, AVFrame *avf_in)
static
int
detect_scene_change
(
MIContext
*
mi_ctx
)
{
AVMotionEstContext
*
me_ctx
=
&
mi_ctx
->
me_ctx
;
int
x
,
y
;
uint8_t
*
p1
=
mi_ctx
->
frames
[
1
].
avf
->
data
[
0
];
ptrdiff_t
linesize1
=
mi_ctx
->
frames
[
1
].
avf
->
linesize
[
0
];
uint8_t
*
p2
=
mi_ctx
->
frames
[
2
].
avf
->
data
[
0
];
...
...
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