[Mplayer-cvslog] CVS: main codec-cfg.c,1.58,1.59
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Mon Dec 31 11:25:14 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv27384
Modified Files:
codec-cfg.c
Log Message:
fix for imaadpcmacm size
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- codec-cfg.c 28 Dec 2001 06:47:15 -0000 1.58
+++ codec-cfg.c 31 Dec 2001 10:25:11 -0000 1.59
@@ -710,9 +710,9 @@
case CODECS_STATUS_UNTESTED: s="untested";break;
}
if(c->dll)
- printf("%-10s%2d %s %s [%s]\n",c->name,c->driver,s,c->info,c->dll);
+ printf("%-11s%2d %s %s [%s]\n",c->name,c->driver,s,c->info,c->dll);
else
- printf("%-10s%2d %s %s\n",c->name,c->driver,s,c->info);
+ printf("%-11s%2d %s %s\n",c->name,c->driver,s,c->info);
}
More information about the MPlayer-cvslog
mailing list