diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-29 15:52:28 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-29 16:09:56 +0100 |
commit | 313d30c18089e1f815274c735dbd5bdfbb8b9e2a (patch) | |
tree | fd80d07e02c932b4dec65702115278b0760fc2f5 /libavutil/opt.h | |
parent | 6ffdc262b0d821e0dda6c83b1593256c06424625 (diff) | |
download | ffmpeg-313d30c18089e1f815274c735dbd5bdfbb8b9e2a.tar.gz |
avutil: revert project name messing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r-- | libavutil/opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h index a0730a7d3b..5fce09a5c8 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 |