[xiph-cvs] cvs commit: theora/include/theora theora.h

Ralph Giles giles at xiph.org
Tue Jun 10 04:50:28 PDT 2003



giles       03/06/10 07:50:28

  Modified:    include/theora theora.h
  Log:
  Add the missing theora_encode_tables() to theora.h

Revision  Changes    Path
1.13      +2 -1      theora/include/theora/theora.h

Index: theora.h
===================================================================
RCS file: /usr/local/cvsroot/theora/include/theora/theora.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- theora.h	10 Jun 2003 01:31:33 -0000	1.12
+++ theora.h	10 Jun 2003 11:50:28 -0000	1.13
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function:
-  last mod: $Id: theora.h,v 1.12 2003/06/10 01:31:33 tterribe Exp $
+  last mod: $Id: theora.h,v 1.13 2003/06/10 11:50:28 giles Exp $
 
  ********************************************************************/
 
@@ -110,6 +110,7 @@
                                     ogg_packet *op);
 extern int theora_encode_header(theora_state *t, ogg_packet *op);
 extern int theora_encode_comment(theora_comment *tc, ogg_packet *op);
+extern int theora_encode_tables(theora_state *t, ogg_packet *op);
 extern int theora_decode_header(theora_info *ci, theora_comment *cc,
                                 ogg_packet *op);
 extern int theora_decode_init(theora_state *th, theora_info *c);

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list