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
88c8ed18
Commit
88c8ed18
authored
Sep 28, 2013
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/dualinput: remove unused variable
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
f46a3e3d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
dualinput.c
libavfilter/dualinput.c
+0
-1
dualinput.h
libavfilter/dualinput.h
+0
-1
No files found.
libavfilter/dualinput.c
View file @
88c8ed18
...
...
@@ -37,7 +37,6 @@ static int process_frame(FFFrameSync *fs)
mainpic
=
s
->
process
(
ctx
,
mainpic
,
secondpic
);
ret
=
ff_filter_frame
(
ctx
->
outputs
[
0
],
mainpic
);
av_assert1
(
ret
!=
AVERROR
(
EAGAIN
));
s
->
frame_requested
=
0
;
return
ret
;
}
...
...
libavfilter/dualinput.h
View file @
88c8ed18
...
...
@@ -33,7 +33,6 @@ typedef struct {
FFFrameSync
fs
;
FFFrameSyncIn
second_input
;
/* must be immediately after fs */
uint8_t
frame_requested
;
AVFrame
*
(
*
process
)(
AVFilterContext
*
ctx
,
AVFrame
*
main
,
const
AVFrame
*
second
);
int
shortest
;
///< terminate stream when the second input terminates
int
repeatlast
;
///< repeat last second frame
...
...
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