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
e97e5a2e
Commit
e97e5a2e
authored
Nov 20, 2011
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxy: introduce an empty structure in libavcodec
parent
757cd8d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
avcodec.h
libavcodec/avcodec.h
+31
-0
avutil.h
libavutil/avutil.h
+1
-1
No files found.
libavcodec/avcodec.h
View file @
e97e5a2e
...
@@ -36,6 +36,37 @@
...
@@ -36,6 +36,37 @@
#include "libavutil/rational.h"
#include "libavutil/rational.h"
#include "libavcodec/version.h"
#include "libavcodec/version.h"
/**
* @defgroup libavc Encoding/Decoding Library
* @{
*
* @defgroup lavc_decoding Decoding
* @{
* @}
*
* @defgroup lavc_encoding Encoding
* @{
* @}
*
* @defgroup lavc_codec Codecs
* @{
* @defgroup lavc_codec_native Native Codecs
* @{
* @}
* @defgroup lavc_codec_wrappers External library wrappers
* @{
* @}
* @defgroup lavc_codec_hwaccel Hardware Accelerators bridge
* @{
* @}
* @}
* @defgroup lavc_internal Internal
* @{
* @}
* @}
*
*/
/**
/**
* Identify the syntax and semantics of the bitstream.
* Identify the syntax and semantics of the bitstream.
...
...
libavutil/avutil.h
View file @
e97e5a2e
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
* This document describe the usage of the different libraries
* This document describe the usage of the different libraries
* provided by Libav.
* provided by Libav.
*
*
* @li @
subpage libavcodec
encoding/decoding library
* @li @
ref libavc "libavcodec"
encoding/decoding library
* @li @subpage libavfilter graph based frame editing library
* @li @subpage libavfilter graph based frame editing library
* @li @subpage libavformat I/O and muxing/demuxing library
* @li @subpage libavformat I/O and muxing/demuxing library
* @li @ref lavu "libavutil" common utility 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