diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-28 22:52:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-29 20:05:41 +0100 |
commit | 01b760190d32550683d7c790309acadea3fe0820 (patch) | |
tree | bd5ad942ce36ca394b2434aab079d3895521554d /libavutil | |
parent | bff5e5f8b3c5892a21a0df7b3352b31511e42a94 (diff) | |
download | ffmpeg-01b760190d32550683d7c790309acadea3fe0820.tar.gz |
lavr: add general API usage doxy
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index a1433b4e65..33f9bea723 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -39,6 +39,7 @@ * @li @ref libavf "libavformat" I/O and muxing/demuxing library * @li @ref lavd "libavdevice" special devices muxing/demuxing library * @li @ref lavu "libavutil" common utility library + * @li @ref lavr "libavresample" audio resampling, format conversion and mixing * @li @subpage libswscale color conversion and scaling library */ |