[Mplayer-cvslog] CVS: main codec-cfg.c,1.90,1.91
Michael Niedermayer
michael at mplayerhq.hu
Thu Aug 1 14:39:10 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.20,1.21 mp_image.h,1.16,1.17 img_format.c,1.4,1.5 img_format.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.104,1.105
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv10741
Modified Files:
codec-cfg.c
Log Message:
planar yuv 444 422 411 support
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- codec-cfg.c 10 Jul 2002 20:56:50 -0000 1.90
+++ codec-cfg.c 1 Aug 2002 12:39:07 -0000 1.91
@@ -120,6 +120,9 @@
{"IYUV", IMGFMT_IYUV},
{"YVU9", IMGFMT_YVU9},
{"IF09", IMGFMT_IF09},
+ {"444P", IMGFMT_444P},
+ {"422P", IMGFMT_422P},
+ {"411P", IMGFMT_411P},
{"YUY2", IMGFMT_YUY2},
{"UYVY", IMGFMT_UYVY},
@@ -268,7 +271,7 @@
};
char **drv=audioflag?audiodrv:videodrv;
int i;
-
+
for(i=0;drv[i];i++) if(!strcmp(s,drv[i])) return i;
return -1;
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.20,1.21 mp_image.h,1.16,1.17 img_format.c,1.4,1.5 img_format.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.104,1.105
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list