diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-11-20 21:29:52 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-11-22 17:16:02 +0100 |
commit | e97e5a2e0244c2daa2d696cb69ee96a0e77e1eb1 (patch) | |
tree | f7e106452bc85243f9dce220a4c44e398d941102 /libavutil/avutil.h | |
parent | 757cd8d876b18c07e00b53fd4e5c01bedc106d2e (diff) | |
download | ffmpeg-e97e5a2e0244c2daa2d696cb69ee96a0e77e1eb1.tar.gz |
doxy: introduce an empty structure in libavcodec
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 659a10f070..a1a9c38c8a 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -34,7 +34,7 @@ * This document describe the usage of the different libraries * provided by Libav. * - * @li @subpage libavcodec encoding/decoding library + * @li @ref libavc "libavcodec" encoding/decoding library * @li @subpage libavfilter graph based frame editing library * @li @subpage libavformat I/O and muxing/demuxing library * @li @ref lavu "libavutil" common utility library |