diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-21 23:33:01 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-28 20:48:43 +0100 |
commit | cfac648e6af31e1ea58ddc753677761d83d89710 (patch) | |
tree | b4cab3a0a69f370a12c8d9407bddc0c2a8b47d5a /libavutil | |
parent | fc9bc08dca9ac32526251e19fcf738d23b8c68d1 (diff) | |
download | ffmpeg-cfac648e6af31e1ea58ddc753677761d83d89710.tar.gz |
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index c9c71415e9..e4219eb87f 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -31,7 +31,7 @@ * * @section libav_intro Introduction * - * This document describe the usage of the different libraries + * This document describes the usage of the different libraries * provided by Libav. * * @li @ref libavc "libavcodec" encoding/decoding library @@ -40,7 +40,6 @@ * @li @ref lavd "libavdevice" special devices muxing/demuxing library * @li @ref lavu "libavutil" common utility library * @li @subpage libswscale color conversion and scaling library - * */ /** |