Mercurial > mplayer.hg
changeset 26848:0adef34e9289
Fix codec-cfg-test compilation.
author | diego |
---|---|
date | Tue, 27 May 2008 09:03:18 +0000 |
parents | 4f875ae5d538 |
children | ad7c6de88369 |
files | codec-cfg.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Mon May 26 18:46:13 2008 +0000 +++ b/codec-cfg.c Tue May 27 09:03:18 2008 +0000 @@ -1177,8 +1177,10 @@ 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){