[FFmpeg-cvslog] avutil: revert project name messing
Michael Niedermayer
git at videolan.org
Tue Nov 29 16:10:37 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov 29 15:52:28 2011 +0100| [313d30c18089e1f815274c735dbd5bdfbb8b9e2a] | committer: Michael Niedermayer
avutil: revert project name messing
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=313d30c18089e1f815274c735dbd5bdfbb8b9e2a
---
libavutil/avutil.h | 6 +++---
libavutil/opt.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 30fae0a..dd85875 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -32,7 +32,7 @@
* @section libav_intro Introduction
*
* This document describe the usage of the different libraries
- * provided by Libav.
+ * provided by FFmpeg.
*
* @li @ref libavc "libavcodec" encoding/decoding library
* @li @subpage libavfilter graph based frame editing library
@@ -47,7 +47,7 @@
* @defgroup lavu Common utility functions
*
* @brief
- * libavutil contains the code shared across all the other Libav
+ * libavutil contains the code shared across all the other FFmpeg
* libraries
*
* @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
*
- * Libav internal timebase and timestamp definitions
+ * FFmpeg internal timebase and timestamp definitions
*
* @{
*/
diff --git a/libavutil/opt.h b/libavutil/opt.h
index a0730a7..5fce09a 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -176,7 +176,7 @@
*
* @section avoptions_use Using AVOptions
* 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.
*
* @subsection avoptions_use_examine Examining AVOptions
More information about the ffmpeg-cvslog
mailing list