mirror of https://github.com/mpv-player/mpv
PAL8 ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22237 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
db9d35b669
commit
40bbdc2358
|
@ -438,6 +438,8 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt){
|
|||
case IMGFMT_444P:
|
||||
case IMGFMT_422P:
|
||||
case IMGFMT_411P:
|
||||
case IMGFMT_BGR8:
|
||||
case IMGFMT_RGB8:
|
||||
{
|
||||
unsigned int best=find_best_out(vf);
|
||||
int flags;
|
||||
|
|
Loading…
Reference in New Issue