X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadata.h;h=185ec1fcecb738de2a322d4e81aa67f384026b1b;hp=37f1d5292766dced9ceabb2ea7b538755e06d0d0;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=86047f3e014bdc02d1e94567535eaf2678d7e2ca diff --git a/wmadata.h b/wmadata.h index 37f1d529..185ec1fc 100644 --- a/wmadata.h +++ b/wmadata.h @@ -21,6 +21,7 @@ /** \file wmadata.h Various WMA tables. */ +/** Contains huffcodes, huffbits and run/level tables. */ struct coef_vlc_table { /** Total number of codes. */ int n; @@ -28,7 +29,7 @@ struct coef_vlc_table { const uint32_t *huffcodes; /** VLC bit size. */ const uint8_t *huffbits; - /* Table to build run/level tables. */ + /** Table to build run/level tables. */ const uint16_t *levels; };