[Mplayer-cvslog] CVS: main aviprint.c,1.1.1.1,1.2
GEREOFFY
arpi_esp at users.sourceforge.net
Wed Apr 11 21:25:21 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS CODECS,1.13,1.14 README,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/libvo mmx.h,1.2,1.3 vo_3dfx.c,1.3,1.4 vo_fbdev.c,1.13,1.14 vo_fsdga.c,1.1,1.2 vo_odivx.c,1.4,1.5 vo_sdl.c,1.8,1.9 vo_syncfb.c,1.3,1.4 vo_x11.c,1.12,1.13 vo_xv.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv28498
Modified Files:
aviprint.c
Log Message:
removed old audio format printfs
Index: aviprint.c
===================================================================
RCS file: /cvsroot/mplayer/main/aviprint.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** aviprint.c 2001/02/24 20:28:23 1.1.1.1
--- aviprint.c 2001/04/11 19:25:18 1.2
***************
*** 34,38 ****
printf("======= WAVE Format =======\n");
-
printf("Format Tag: %d (0x%X)\n",h->wFormatTag,h->wFormatTag);
printf("Channels: %d\n",h->nChannels);
--- 34,37 ----
***************
*** 42,60 ****
printf("bits/sample: %d\n",h->wBitsPerSample);
printf("cbSize: %d\n",h->cbSize);
-
- switch(h->wFormatTag){
- case 0x01: printf("Audio in PCM format\n");break;
- case 0x50: printf("Audio in MPEG Layer 1/2 format\n");break;
- case 0x55: printf("Audio in MPEG Layer-3 format\n");break; // ACM
- case 0x02: printf("Audio in MS ADPCM format\n");break; // ACM
- case 0x11: printf("Audio in IMA ADPCM format\n");break; // ACM
- case 0x31:
- case 0x32: printf("Audio in MS GSM 6.10 format\n");break; // ACM
- case 0x75: printf("Audio in VoxWare format\n");break; // DShow
- case 0x160:
- case 0x161: printf("Audio in DivX WMA format\n");break; // ACM
- default: printf("Audio in UNKNOWN (id=0x%X) format\n",h->wFormatTag);
- }
-
}
--- 41,44 ----
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/DOCS CODECS,1.13,1.14 README,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/libvo mmx.h,1.2,1.3 vo_3dfx.c,1.3,1.4 vo_fbdev.c,1.13,1.14 vo_fsdga.c,1.1,1.2 vo_odivx.c,1.4,1.5 vo_sdl.c,1.8,1.9 vo_syncfb.c,1.3,1.4 vo_x11.c,1.12,1.13 vo_xv.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list