[Mplayer-cvslog] CVS: main/libmpcodecs vd.h,1.3,1.4
Arpi of Ize
arpi at mplayer.dev.hu
Thu Mar 7 22:12:30 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_fli.c,NONE,1.1 vd_msvidc.c,NONE,1.1 Makefile,1.8,1.9 vd.c,1.11,1.12
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_cyuv.c,NONE,1.1 vd_nuv.c,NONE,1.1 vd_qtrle.c,NONE,1.1 vd_qtsmc.c,NONE,1.1 vd_roqvideo.c,NONE,1.1 Makefile,1.9,1.10 vd.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv16753
Modified Files:
vd.h
Log Message:
comments fixed
Index: vd.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vd.h 6 Mar 2002 22:02:51 -0000 1.3
+++ vd.h 7 Mar 2002 21:12:27 -0000 1.4
@@ -1,10 +1,10 @@
typedef struct vd_info_s
{
- /* driver name ("Matrox Millennium G200/G400" */
+ /* codec long name ("Autodesk FLI/FLC Animation decoder" */
const char *name;
- /* short name (for config strings) ("mga") */
+ /* short name (same as driver name in codecs.conf) ("dshow") */
const char *short_name;
- /* -vfm id */
+ /* codec family: -vfm id */
const int id;
/* interface author/maintainer */
const char *maintainer;
@@ -14,7 +14,7 @@
const char *comment;
} vd_info_t;
-/* interface towards mplayer and */
+/* interface of video decoder drivers */
typedef struct vd_functions_s
{
vd_info_t *info;
@@ -36,10 +36,9 @@
#define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */
#define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
-#define VDCTRL_SET_PP_LEVEL 5 /* test for postprocessing support (max level) */
+#define VDCTRL_SET_PP_LEVEL 5 /* set postprocessing level */
// callbacks:
int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);
mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);
-
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_fli.c,NONE,1.1 vd_msvidc.c,NONE,1.1 Makefile,1.8,1.9 vd.c,1.11,1.12
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_cyuv.c,NONE,1.1 vd_nuv.c,NONE,1.1 vd_qtrle.c,NONE,1.1 vd_qtsmc.c,NONE,1.1 vd_roqvideo.c,NONE,1.1 Makefile,1.9,1.10 vd.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list