0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Remove commented-out and unused fmt_list array.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24894 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-10-30 15:27:13 +00:00
parent 80e1a70e8a
commit f468804293

View File

@ -600,23 +600,6 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt)
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){