mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
IF09 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6537 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1ac6f92adf
commit
a72a759aba
@ -35,6 +35,7 @@ static unsigned int outfmt_list[]={
|
|||||||
IMGFMT_Y800,
|
IMGFMT_Y800,
|
||||||
IMGFMT_Y8,
|
IMGFMT_Y8,
|
||||||
IMGFMT_YVU9,
|
IMGFMT_YVU9,
|
||||||
|
IMGFMT_IF09,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -162,6 +163,7 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt){
|
|||||||
case IMGFMT_Y800:
|
case IMGFMT_Y800:
|
||||||
case IMGFMT_Y8:
|
case IMGFMT_Y8:
|
||||||
case IMGFMT_YVU9:
|
case IMGFMT_YVU9:
|
||||||
|
case IMGFMT_IF09:
|
||||||
{
|
{
|
||||||
unsigned int best=find_best_out(vf);
|
unsigned int best=find_best_out(vf);
|
||||||
int flags;
|
int flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user