[xiph-cvs] cvs commit: theora/lib toplevel.c
Ralph Giles
giles at xiph.org
Sun Jun 15 09:36:16 PDT 2003
giles 03/06/15 12:36:16
Modified: lib toplevel.c
Log:
Mark a couple of internal routines static.
Revision Changes Path
1.27 +4 -4 theora/lib/toplevel.c
Index: toplevel.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/toplevel.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- toplevel.c 10 Jun 2003 01:31:33 -0000 1.26
+++ toplevel.c 15 Jun 2003 16:36:15 -0000 1.27
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: toplevel.c,v 1.26 2003/06/10 01:31:33 tterribe Exp $
+ last mod: $Id: toplevel.c,v 1.27 2003/06/15 16:36:15 giles Exp $
********************************************************************/
@@ -159,7 +159,7 @@
}
-void EClearFrameInfo(CP_INSTANCE * cpi) {
+static void EClearFrameInfo(CP_INSTANCE * cpi) {
if(cpi->ConvDestBuffer )
_ogg_free(cpi->ConvDestBuffer );
cpi->ConvDestBuffer = 0;
@@ -190,7 +190,7 @@
}
-void EInitFrameInfo(CP_INSTANCE * cpi){
+static void EInitFrameInfo(CP_INSTANCE * cpi){
int FrameSize = cpi->pb.ReconYPlaneSize + 2 * cpi->pb.ReconUVPlaneSize;
/* clear any existing info */
@@ -299,7 +299,7 @@
}
-void UpdateFrame(CP_INSTANCE *cpi){
+static void UpdateFrame(CP_INSTANCE *cpi){
double CorrectionFactor;
<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