|
|
@@ -36,6 +36,37 @@ |
|
|
|
#include "libavutil/rational.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. |
|
|
|