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
4b788945
Commit
4b788945
authored
Aug 06, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: remove avfilter_default_config_input_link() declaration
The function is not implemented (and possibly useless).
parent
3e32bf3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
avfilter.h
libavfilter/avfilter.h
+0
-3
No files found.
libavfilter/avfilter.h
View file @
4b788945
...
...
@@ -467,9 +467,6 @@ void avfilter_default_filter_samples(AVFilterLink *link, AVFilterBufferRef *samp
/** default handler for config_props() for audio/video outputs */
int
avfilter_default_config_output_link
(
AVFilterLink
*
link
);
/** default handler for config_props() for audio/video inputs */
int
avfilter_default_config_input_link
(
AVFilterLink
*
link
);
/** default handler for get_video_buffer() for video inputs */
AVFilterBufferRef
*
avfilter_default_get_video_buffer
(
AVFilterLink
*
link
,
int
perms
,
int
w
,
int
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