[xiph-commits] r14359 - trunk/theora/lib/dec

tterribe at svn.xiph.org tterribe at svn.xiph.org
Fri Jan 4 12:11:13 PST 2008


Author: tterribe
Date: 2008-01-04 12:11:13 -0800 (Fri, 04 Jan 2008)
New Revision: 14359

Modified:
   trunk/theora/lib/dec/huffdec.h
Log:
That is, the declaration in theora-exp.
Fix it in mainline.


Modified: trunk/theora/lib/dec/huffdec.h
===================================================================
--- trunk/theora/lib/dec/huffdec.h	2008-01-04 20:09:53 UTC (rev 14358)
+++ trunk/theora/lib/dec/huffdec.h	2008-01-04 20:11:13 UTC (rev 14359)
@@ -83,7 +83,7 @@
 int oc_huff_trees_unpack(oggpack_buffer *_opb,
  oc_huff_node *_nodes[TH_NHUFFMAN_TABLES]);
 void oc_huff_trees_copy(oc_huff_node *_dst[TH_NHUFFMAN_TABLES],
- /*const*/ oc_huff_node *const _src[TH_NHUFFMAN_TABLES]);
+ const oc_huff_node *const _src[TH_NHUFFMAN_TABLES]);
 void oc_huff_trees_clear(oc_huff_node *_nodes[TH_NHUFFMAN_TABLES]);
 int oc_huff_token_decode(oggpack_buffer *_opb,const oc_huff_node *_node);
 



More information about the commits mailing list