mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
doxy: introduce an empty structure in libavcodec
This commit is contained in:
parent
757cd8d876
commit
e97e5a2e02
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user