From ca5f73fd6c9edd85d96dbda5457a1668cf221353 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 20 Dec 2009 16:24:23 +0100 Subject: [PATCH] Add missing description of struct coef_vlc_table. --- wmadata.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2