mirror of https://github.com/mpv-player/mpv
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:
parent
80e1a70e8a
commit
f468804293
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue