mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avutil: revert project name messing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6ffdc262b0
commit
313d30c180
@ -32,7 +32,7 @@
|
|||||||
* @section libav_intro Introduction
|
* @section libav_intro Introduction
|
||||||
*
|
*
|
||||||
* This document describe the usage of the different libraries
|
* This document describe the usage of the different libraries
|
||||||
* provided by Libav.
|
* provided by FFmpeg.
|
||||||
*
|
*
|
||||||
* @li @ref libavc "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
|
||||||
@ -47,7 +47,7 @@
|
|||||||
* @defgroup lavu Common utility functions
|
* @defgroup lavu Common utility functions
|
||||||
*
|
*
|
||||||
* @brief
|
* @brief
|
||||||
* libavutil contains the code shared across all the other Libav
|
* libavutil contains the code shared across all the other FFmpeg
|
||||||
* libraries
|
* libraries
|
||||||
*
|
*
|
||||||
* @note In order to use the functions provided by avutil you must include
|
* @note In order to use the functions provided by avutil you must include
|
||||||
@ -264,7 +264,7 @@ const char *av_get_media_type_string(enum AVMediaType media_type);
|
|||||||
* @}
|
* @}
|
||||||
* @defgroup lavu_time Timestamp specific
|
* @defgroup lavu_time Timestamp specific
|
||||||
*
|
*
|
||||||
* Libav internal timebase and timestamp definitions
|
* FFmpeg internal timebase and timestamp definitions
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
@ -176,7 +176,7 @@
|
|||||||
*
|
*
|
||||||
* @section avoptions_use Using AVOptions
|
* @section avoptions_use Using AVOptions
|
||||||
* This section deals with accessing options in an AVOptions-enabled struct.
|
* This section deals with accessing options in an AVOptions-enabled struct.
|
||||||
* Such structs in Libav are e.g. AVCodecContext in libavcodec or
|
* Such structs in FFmpeg are e.g. AVCodecContext in libavcodec or
|
||||||
* AVFormatContext in libavformat.
|
* AVFormatContext in libavformat.
|
||||||
*
|
*
|
||||||
* @subsection avoptions_use_examine Examining AVOptions
|
* @subsection avoptions_use_examine Examining AVOptions
|
||||||
|
Loading…
Reference in New Issue
Block a user