X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadata.h;h=185ec1fcecb738de2a322d4e81aa67f384026b1b;hp=b5dad0f5af40a15773dce43b4a77e65346ea5b66;hb=ac1f19d550a81c8408c8fce2e237996c950253ab;hpb=b0fe6d882dd35b01360a66e130d6714aff7b6a0d diff --git a/wmadata.h b/wmadata.h index b5dad0f5..185ec1fc 100644 --- a/wmadata.h +++ b/wmadata.h @@ -29,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; };