[MPlayer-cvslog] r24894 - trunk/libmpcodecs/vf_fspp.c
diego
subversion at mplayerhq.hu
Tue Oct 30 16:27:13 CET 2007
Author: diego
Date: Tue Oct 30 16:27:13 2007
New Revision: 24894
Log:
Remove commented-out and unused fmt_list array.
Modified:
trunk/libmpcodecs/vf_fspp.c
Modified: trunk/libmpcodecs/vf_fspp.c
==============================================================================
--- trunk/libmpcodecs/vf_fspp.c (original)
+++ trunk/libmpcodecs/vf_fspp.c Tue Oct 30 16:27:13 2007
@@ -600,23 +600,6 @@ static int query_format(struct vf_instan
return 0;
}
-/*
- static unsigned int fmt_list[]={
- IMGFMT_YVU9,
- IMGFMT_IF09,
- IMGFMT_YV12,
- IMGFMT_I420,
- IMGFMT_IYUV,
- IMGFMT_CLPL,
- IMGFMT_Y800,
- IMGFMT_Y8,
- IMGFMT_444P,
- IMGFMT_422P,
- IMGFMT_411P,
- 0
- };
-*/
-
static int control(struct vf_instance_s* vf, int request, void* data)
{
switch(request){
More information about the MPlayer-cvslog
mailing list