[FFmpeg-soc] [soc]: r3083 - in aac: aac.c aacdectab.h
Robert Swain
robert.swain at gmail.com
Fri Aug 8 15:05:08 CEST 2008
2008/8/8 superdump <subversion at mplayerhq.hu>:
> Author: superdump
> Date: Fri Aug 8 14:45:16 2008
> New Revision: 3083
>
> Log:
> Update comments to reflect the removal of ProgramConfig
>
>
> Modified:
> aac/aac.c
> aac/aacdectab.h
[...]
> Modified: aac/aacdectab.h
> ==============================================================================
> --- aac/aacdectab.h (original)
> +++ aac/aacdectab.h Fri Aug 8 14:45:16 2008
> @@ -34,6 +34,16 @@
>
> #include <stdint.h>
>
> +/* scalefactor window band - term for scalefactor bands within a window,
> + * given in Table 4.110 to Table 4.128.
> + *
> + * scalefactor band - term for scalefactor band within a group. In case
> + * of EIGHT_SHORT_SEQUENCE and grouping a scalefactor band may contain
> + * several scalefactor window bands of corresponding frequency. For all
> + * other window_sequences scalefactor bands and scalefactor window bands
> + * are identical.
> + */
> +
Oops! I didn't mean to commit this one. I was going to ask if and how
it should be doxygen-ised before committing. I thought probably the
doxygen member group so:
/* @name swb_offsets
* Sample offset into the frame indicating the beginning of a scalefactor
* window band
*
* scalefactor window band - term for scalefactor bands within a window,
* given in Table 4.110 to Table 4.128.
*
* scalefactor band - term for scalefactor band within a group. In case
* of EIGHT_SHORT_SEQUENCE and grouping a scalefactor band may contain
* several scalefactor window bands of corresponding frequency. For all
* other window_sequences scalefactor bands and scalefactor window bands
* are identical.
* @{
*/
[all swb_offset tables]
// @}
I suppose I should revert this hunk.
Rob
More information about the FFmpeg-soc
mailing list