Browse code

avutil: revert project name messing

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/11/29 23:52:28
Showing 2 changed files
... ...
@@ -32,7 +32,7 @@
32 32
  * @section libav_intro Introduction
33 33
  *
34 34
  * This document describe the usage of the different libraries
35
- * provided by Libav.
35
+ * provided by FFmpeg.
36 36
  *
37 37
  * @li @ref libavc "libavcodec" encoding/decoding library
38 38
  * @li @subpage libavfilter graph based frame editing library
... ...
@@ -47,7 +47,7 @@
47 47
  * @defgroup lavu Common utility functions
48 48
  *
49 49
  * @brief
50
- * libavutil contains the code shared across all the other Libav
50
+ * libavutil contains the code shared across all the other FFmpeg
51 51
  * libraries
52 52
  *
53 53
  * @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);
264 264
  * @}
265 265
  * @defgroup lavu_time Timestamp specific
266 266
  *
267
- * Libav internal timebase and timestamp definitions
267
+ * FFmpeg internal timebase and timestamp definitions
268 268
  *
269 269
  * @{
270 270
  */
... ...
@@ -176,7 +176,7 @@
176 176
  *
177 177
  * @section avoptions_use Using AVOptions
178 178
  * This section deals with accessing options in an AVOptions-enabled struct.
179
- * Such structs in Libav are e.g. AVCodecContext in libavcodec or
179
+ * Such structs in FFmpeg are e.g. AVCodecContext in libavcodec or
180 180
  * AVFormatContext in libavformat.
181 181
  *
182 182
  * @subsection avoptions_use_examine Examining AVOptions