Browse Source

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
tags/v0.5
Robert Swain 16 years ago
parent
commit
b17f1a0764
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aac.h

+ 1
- 1
libavcodec/aac.h View File

@@ -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


Loading…
Cancel
Save