diff common.h @ 1112:54be6aece1be libavcodec

more cosmetics so that doxygen output is readable ...
author michaelni
date Thu, 06 Mar 2003 15:56:56 +0000
parents 1e39f273ecd6
children e4762efc3617
line wrap: on
line diff
--- a/common.h	Thu Mar 06 14:42:07 2003 +0000
+++ b/common.h	Thu Mar 06 15:56:56 2003 +0000
@@ -263,7 +263,7 @@
 
 typedef struct VLC {
     int bits;
-    VLC_TYPE (*table)[2]; // code, bits
+    VLC_TYPE (*table)[2]; ///< code, bits
     int table_size, table_allocated;
 } VLC;