comparison aac.h @ 8730:cfb8849d0452 libavcodec

Doxygen defgroups throw a warning if they don't have a title as well as a name
author superdump
date Mon, 02 Feb 2009 10:31:51 +0000
parents e9d9d946f213
children 9396eb8808ca
comparison
equal deleted inserted replaced
8729:9d25a95ca2c0 8730:cfb8849d0452
250 250
251 int is_saved; ///< Set if elements have stored overlap from previous frame. 251 int is_saved; ///< Set if elements have stored overlap from previous frame.
252 DynamicRangeControl che_drc; 252 DynamicRangeControl che_drc;
253 253
254 /** 254 /**
255 * @defgroup elements 255 * @defgroup elements Channel element related data.
256 * @{ 256 * @{
257 */ 257 */
258 enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the 258 enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
259 * first index as the first 4 raw data block types 259 * first index as the first 4 raw data block types
260 */ 260 */