[MPlayer-cvslog] r26880 - trunk/codec-cfg.c
diego
subversion at mplayerhq.hu
Tue May 27 11:03:19 CEST 2008
Author: diego
Date: Tue May 27 11:03:18 2008
New Revision: 26880
Log:
Fix codec-cfg-test compilation.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c (original)
+++ trunk/codec-cfg.c Tue May 27 11:03:18 2008
@@ -1177,8 +1177,10 @@ next:
printf("info='%s'\n",c->info);
printf("comment='%s'\n",c->comment);
printf("dll='%s'\n",c->dll);
- printf("flags=%X driver=%d status=%d cpuflags=%d\n",
- c->flags, c->driver, c->status, c->cpuflags);
+ /* printf("flags=%X driver=%d status=%d cpuflags=%d\n",
+ c->flags, c->driver, c->status, c->cpuflags); */
+ printf("flags=%X status=%d cpuflags=%d\n",
+ c->flags, c->status, c->cpuflags);
for(j=0;j<CODECS_MAX_FOURCC;j++){
if(c->fourcc[j]!=0xFFFFFFFF){
More information about the MPlayer-cvslog
mailing list