[Mplayer-cvslog] CVS: main codec-cfg.h,1.56,1.57 codec-cfg.c,1.86,1.87
Arpi of Ize
arpi at mplayerhq.hu
Sun Jun 23 01:09:15 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs/native svq1.c,NONE,1.1 svq1.h,NONE,1.1 svq1_cb.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_svq1.c,NONE,1.1 Makefile,1.47,1.48 vd.c,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv11509
Modified Files:
codec-cfg.h codec-cfg.c
Log Message:
SVQ1 added
Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- codec-cfg.h 8 Jun 2002 20:51:49 -0000 1.56
+++ codec-cfg.h 22 Jun 2002 23:09:12 -0000 1.57
@@ -74,6 +74,7 @@
#define VFM_ZLIB 24
#define VFM_MPEGPES 25
#define VFM_REAL 26
+#define VFM_SVQ1 27
#ifndef GUID_TYPE
#define GUID_TYPE
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- codec-cfg.c 21 Jun 2002 20:25:45 -0000 1.86
+++ codec-cfg.c 22 Jun 2002 23:09:12 -0000 1.87
@@ -261,6 +261,7 @@
"zlib",
"mpegpes",
"realvid",
+ "svq1",
NULL
};
char **drv=audioflag?audiodrv:videodrv;
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs/native svq1.c,NONE,1.1 svq1.h,NONE,1.1 svq1_cb.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_svq1.c,NONE,1.1 Makefile,1.47,1.48 vd.c,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list