mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Fix codec-cfg-test compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26880 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8e218ff329
commit
266f32ad0d
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user