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
54a48d2f
Commit
54a48d2f
authored
Oct 31, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: fix references to avfilter_* functions that don't exist anymore.
parent
010f1ce9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
avfilter.h
libavfilter/avfilter.h
+2
-2
internal.h
libavfilter/internal.h
+2
-2
No files found.
libavfilter/avfilter.h
View file @
54a48d2f
...
...
@@ -292,7 +292,7 @@ struct AVFilterPad {
/**
* Callback function to get a video buffer. If NULL, the filter system will
* use
avfilter
_default_get_video_buffer().
* use
ff
_default_get_video_buffer().
*
* Input video pads only.
*/
...
...
@@ -300,7 +300,7 @@ struct AVFilterPad {
/**
* Callback function to get an audio buffer. If NULL, the filter system will
* use
avfilter
_default_get_audio_buffer().
* use
ff
_default_get_audio_buffer().
*
* Input audio pads only.
*/
...
...
libavfilter/internal.h
View file @
54a48d2f
...
...
@@ -101,7 +101,7 @@ struct AVFilterPad {
/**
* Callback function to get a video buffer. If NULL, the filter system will
* use
avfilter
_default_get_video_buffer().
* use
ff
_default_get_video_buffer().
*
* Input video pads only.
*/
...
...
@@ -109,7 +109,7 @@ struct AVFilterPad {
/**
* Callback function to get an audio buffer. If NULL, the filter system will
* use
avfilter
_default_get_audio_buffer().
* use
ff
_default_get_audio_buffer().
*
* Input audio pads only.
*/
...
...
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