[MPlayer-cvslog] r31474 - trunk/codec-cfg.c
reimar
subversion at mplayerhq.hu
Sat Jun 19 20:37:06 CEST 2010
Author: reimar
Date: Sat Jun 19 20:37:06 2010
New Revision: 31474
Log:
Add static to functions used only locally.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c Sat Jun 19 20:35:06 2010 (r31473)
+++ trunk/codec-cfg.c Sat Jun 19 20:37:06 2010 (r31474)
@@ -920,7 +920,7 @@ void list_codecs(int audioflag){
#ifdef CODECS2HTML
-void wrapline(FILE *f2,char *s){
+static void wrapline(FILE *f2,char *s){
int c;
if(!s){
fprintf(f2,"-");
@@ -931,7 +931,7 @@ void wrapline(FILE *f2,char *s){
}
}
-void parsehtml(FILE *f1,FILE *f2,codecs_t *codec,int section,int dshow){
+static void parsehtml(FILE *f1,FILE *f2,codecs_t *codec,int section,int dshow){
int c,d;
while((c=fgetc(f1))>=0){
if(c!='%'){
More information about the MPlayer-cvslog
mailing list