]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add missing description of struct coef_vlc_table.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Dec 2009 15:24:23 +0000 (16:24 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Dec 2009 15:24:23 +0000 (16:24 +0100)
wmadata.h

index 37f1d5292766dced9ceabb2ea7b538755e06d0d0..b5dad0f5af40a15773dce43b4a77e65346ea5b66 100644 (file)
--- 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;