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
bc8c1cdc
Commit
bc8c1cdc
authored
Apr 11, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi doxy: add a page for lavfi.
parent
abad3749
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
avfilter.h
libavfilter/avfilter.h
+15
-0
version.h
libavfilter/version.h
+1
-0
avutil.h
libavutil/avutil.h
+1
-1
No files found.
libavfilter/avfilter.h
View file @
bc8c1cdc
...
...
@@ -22,6 +22,17 @@
#ifndef AVFILTER_AVFILTER_H
#define AVFILTER_AVFILTER_H
/**
* @file
* @ingroup lavfi
* Main libavfilter public API header
*/
/**
* @defgroup lavfi Libavfilter - graph-based frame editing library
* @{
*/
#include "libavutil/avutil.h"
#include "libavutil/frame.h"
#include "libavutil/log.h"
...
...
@@ -960,4 +971,8 @@ int avfilter_graph_parse2(AVFilterGraph *graph, const char *filters,
AVFilterInOut
**
inputs
,
AVFilterInOut
**
outputs
);
/**
* @}
*/
#endif
/* AVFILTER_AVFILTER_H */
libavfilter/version.h
View file @
bc8c1cdc
...
...
@@ -23,6 +23,7 @@
/**
* @file
* @ingroup lavfi
* Libavfilter version macros
*/
...
...
libavutil/avutil.h
View file @
bc8c1cdc
...
...
@@ -35,7 +35,7 @@
* provided by Libav.
*
* @li @ref libavc "libavcodec" encoding/decoding library
* @li @
subpage libavfilter graph
based frame editing library
* @li @
ref lavfi "libavfilter" graph-
based frame editing library
* @li @ref libavf "libavformat" I/O and muxing/demuxing library
* @li @ref lavd "libavdevice" special devices muxing/demuxing library
* @li @ref lavu "libavutil" common utility library
...
...
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