diff --git a/libmpcodecs/vf_fspp.c b/libmpcodecs/vf_fspp.c index 021aa03de2..52c0556b30 100644 --- a/libmpcodecs/vf_fspp.c +++ b/libmpcodecs/vf_fspp.c @@ -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){