Mercurial > mplayer.hg
changeset 24866:124071207b17
Remove commented-out and unused fmt_list array.
author | diego |
---|---|
date | Tue, 30 Oct 2007 15:27:13 +0000 |
parents | 57545b63efec |
children | e5b4a794ac92 |
files | libmpcodecs/vf_fspp.c |
diffstat | 1 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c Tue Oct 30 15:24:09 2007 +0000 +++ b/libmpcodecs/vf_fspp.c Tue Oct 30 15:27:13 2007 +0000 @@ -600,23 +600,6 @@ 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){