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
16b809ce
Commit
16b809ce
authored
Nov 15, 2011
by
Clément Bœsch
Committed by
Clément Bœsch
Nov 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: fix misc typo in avfilter.h header.
parent
4da45aff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
avfilter.h
libavfilter/avfilter.h
+8
-8
No files found.
libavfilter/avfilter.h
View file @
16b809ce
...
@@ -304,7 +304,7 @@ AVFilterFormats *avfilter_merge_formats(AVFilterFormats *a, AVFilterFormats *b);
...
@@ -304,7 +304,7 @@ AVFilterFormats *avfilter_merge_formats(AVFilterFormats *a, AVFilterFormats *b);
/**
/**
* Add *ref as a new reference to formats.
* Add *ref as a new reference to formats.
* That is the pointers will point like in the
ascii
art below:
* That is the pointers will point like in the
ASCII
art below:
* ________
* ________
* |formats |<--------.
* |formats |<--------.
* | ____ | ____|___________________
* | ____ | ____|___________________
...
@@ -579,7 +579,7 @@ typedef struct AVFilter {
...
@@ -579,7 +579,7 @@ typedef struct AVFilter {
* @param arg the argument for the command
* @param arg the argument for the command
* @param res a buffer with size res_size where the filter(s) can return a response. This must not change when the command is not supported.
* @param res a buffer with size res_size where the filter(s) can return a response. This must not change when the command is not supported.
* @param flags if AVFILTER_CMD_FLAG_FAST is set and the command would be
* @param flags if AVFILTER_CMD_FLAG_FAST is set and the command would be
* timeconsuming then a filter should treat it like an unsupported command
* time
consuming then a filter should treat it like an unsupported command
*
*
* @returns >=0 on success otherwise an error code.
* @returns >=0 on success otherwise an error code.
* AVERROR(ENOSYS) on unsupported commands
* AVERROR(ENOSYS) on unsupported commands
...
@@ -792,7 +792,7 @@ int avfilter_request_frame(AVFilterLink *link);
...
@@ -792,7 +792,7 @@ int avfilter_request_frame(AVFilterLink *link);
int
avfilter_poll_frame
(
AVFilterLink
*
link
);
int
avfilter_poll_frame
(
AVFilterLink
*
link
);
/**
/**
* Notif
ie
the next filter of the start of a frame.
* Notif
y
the next filter of the start of a frame.
*
*
* @param link the output link the frame will be sent over
* @param link the output link the frame will be sent over
* @param picref A reference to the frame about to be sent. The data for this
* @param picref A reference to the frame about to be sent. The data for this
...
@@ -803,7 +803,7 @@ int avfilter_poll_frame(AVFilterLink *link);
...
@@ -803,7 +803,7 @@ int avfilter_poll_frame(AVFilterLink *link);
void
avfilter_start_frame
(
AVFilterLink
*
link
,
AVFilterBufferRef
*
picref
);
void
avfilter_start_frame
(
AVFilterLink
*
link
,
AVFilterBufferRef
*
picref
);
/**
/**
* Notif
ie
the next filter that the current frame has finished.
* Notif
y
the next filter that the current frame has finished.
*
*
* @param link the output link the frame was sent over
* @param link the output link the frame was sent over
*/
*/
...
@@ -831,7 +831,7 @@ void avfilter_draw_slice(AVFilterLink *link, int y, int h, int slice_dir);
...
@@ -831,7 +831,7 @@ void avfilter_draw_slice(AVFilterLink *link, int y, int h, int slice_dir);
/**
/**
* Make the filter instance process a command.
* Make the filter instance process a command.
* It is recomm
a
nded to use avfilter_graph_send_command().
* It is recomm
e
nded to use avfilter_graph_send_command().
*/
*/
int
avfilter_process_command
(
AVFilterContext
*
filter
,
const
char
*
cmd
,
const
char
*
arg
,
char
*
res
,
int
res_len
,
int
flags
);
int
avfilter_process_command
(
AVFilterContext
*
filter
,
const
char
*
cmd
,
const
char
*
arg
,
char
*
res
,
int
res_len
,
int
flags
);
...
@@ -845,7 +845,7 @@ int avfilter_process_command(AVFilterContext *filter, const char *cmd, const cha
...
@@ -845,7 +845,7 @@ int avfilter_process_command(AVFilterContext *filter, const char *cmd, const cha
*/
*/
void
avfilter_filter_samples
(
AVFilterLink
*
link
,
AVFilterBufferRef
*
samplesref
);
void
avfilter_filter_samples
(
AVFilterLink
*
link
,
AVFilterBufferRef
*
samplesref
);
/** Initialize the filter system. Register all builtin filters. */
/** Initialize the filter system. Register all built
-
in filters. */
void
avfilter_register_all
(
void
);
void
avfilter_register_all
(
void
);
/** Uninitialize the filter system. Unregister all filters. */
/** Uninitialize the filter system. Unregister all filters. */
...
@@ -858,7 +858,7 @@ void avfilter_uninit(void);
...
@@ -858,7 +858,7 @@ void avfilter_uninit(void);
* registered.
* registered.
*
*
* @param filter the filter to register
* @param filter the filter to register
* @return 0 if the registration was succes
ful
l, a negative value
* @return 0 if the registration was succes
sfu
l, a negative value
* otherwise
* otherwise
*/
*/
int
avfilter_register
(
AVFilter
*
filter
);
int
avfilter_register
(
AVFilter
*
filter
);
...
...
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