[xiph-commits] r17504 - trunk/theora/lib

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Oct 12 11:59:45 PDT 2010


Author: tterribe
Date: 2010-10-12 11:59:45 -0700 (Tue, 12 Oct 2010)
New Revision: 17504

Modified:
   trunk/theora/lib/huffdec.c
Log:
Name C version of oc_huff_token_decode properly.

This should have had a _c suffix, which r17503 exposed.


Modified: trunk/theora/lib/huffdec.c
===================================================================
--- trunk/theora/lib/huffdec.c	2010-10-12 13:38:16 UTC (rev 17503)
+++ trunk/theora/lib/huffdec.c	2010-10-12 18:59:45 UTC (rev 17504)
@@ -475,7 +475,7 @@
   _opb:  The buffer to unpack the token from.
   _node: The tree to unpack the token with.
   Return: The token value.*/
-int oc_huff_token_decode(oc_pack_buf *_opb,const ogg_int16_t *_tree){
+int oc_huff_token_decode_c(oc_pack_buf *_opb,const ogg_int16_t *_tree){
   const unsigned char *ptr;
   const unsigned char *stop;
   oc_pb_window         window;



More information about the commits mailing list