From: Andre Noll Date: Sun, 20 Dec 2009 15:24:23 +0000 (+0100) Subject: Add missing description of struct coef_vlc_table. X-Git-Tag: v0.4.1~5^2~5 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=ca5f73fd6c9edd85d96dbda5457a1668cf221353;p=paraslash.git Add missing description of struct coef_vlc_table. --- diff --git a/wmadata.h b/wmadata.h index 37f1d529..b5dad0f5 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;