diff options
author | Robert Swain <robert.swain@gmail.com> | 2009-02-02 10:31:51 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2009-02-02 10:31:51 +0000 |
commit | b17f1a0764f32fa5c4ebdeaa4655f9ca5977640c (patch) | |
tree | c4f11dcf541dbce1c804f8e6074b1425dfb67361 /libavcodec | |
parent | ed00d0c1b000dd2159948bed0d27a4391fd53e89 (diff) | |
download | ffmpeg-b17f1a0764f32fa5c4ebdeaa4655f9ca5977640c.tar.gz |
Doxygen defgroups throw a warning if they don't have a title as well as a name
Originally committed as revision 16939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 5b66aefb13..67351dc122 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -252,7 +252,7 @@ typedef struct { DynamicRangeControl che_drc; /** - * @defgroup elements + * @defgroup elements Channel element related data. * @{ */ enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the |