CVS: main codec-cfg.c,1.84,1.85 codec-cfg.h,1.55,1.56
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv6703 Modified Files: codec-cfg.c codec-cfg.h Log Message: realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net> Index: codec-cfg.c =================================================================== RCS file: /cvsroot/mplayer/main/codec-cfg.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- codec-cfg.c 26 May 2002 22:39:26 -0000 1.84 +++ codec-cfg.c 8 Jun 2002 20:51:49 -0000 1.85 @@ -229,6 +229,7 @@ "dk3adpcm", "roqaudio", "faad", + "realaud", NULL }; static char *videodrv[] = { @@ -258,6 +259,7 @@ "huffyuv", "zlib", "mpegpes", + "realvid", NULL }; char **drv=audioflag?audiodrv:videodrv; Index: codec-cfg.h =================================================================== RCS file: /cvsroot/mplayer/main/codec-cfg.h,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- codec-cfg.h 26 May 2002 22:39:26 -0000 1.55 +++ codec-cfg.h 8 Jun 2002 20:51:49 -0000 1.56 @@ -46,6 +46,7 @@ #define AFM_DK3ADPCM 18 #define AFM_ROQAUDIO 19 #define AFM_AAC 20 +#define AFM_REAL 21 #define VFM_MPEG 1 #define VFM_VFW 2 @@ -72,6 +73,7 @@ #define VFM_HUFFYUV 23 #define VFM_ZLIB 24 #define VFM_MPEGPES 25 +#define VFM_REAL 26 #ifndef GUID_TYPE #define GUID_TYPE
participants (1)
-
Arpi of Ize