vf_scale: accept all non-hw-accel formats we know a PIX_FMT for
commitfd3d5aa9c692a57cb18debd2cad0d13f912739d7
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 3 Nov 2010 16:42:24 +0000 (3 16:42 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 8 Nov 2010 16:03:35 +0000 (8 18:03 +0200)
treef52c00420a4e0576fafe406027e1c347310e4abe
parent98a6088a2028ace0693adbdc0ee419e896bee277
vf_scale: accept all non-hw-accel formats we know a PIX_FMT for

Make scale filter accept all non-hardware-acceleration input formats
we know a PIX_FMT_* for.
It is possible we will not have a conversion for some of these formats,
but since it will just fail differently this approach is better since
it avoids having to expand the explicit list continuously.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32576 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpcodecs/vf_scale.c