IF09 added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6537 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-06-23 19:31:31 +00:00
parent 1ac6f92adf
commit a72a759aba
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ static unsigned int outfmt_list[]={
IMGFMT_Y800,
IMGFMT_Y8,
IMGFMT_YVU9,
IMGFMT_IF09,
0
};
@ -162,6 +163,7 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt){
case IMGFMT_Y800:
case IMGFMT_Y8:
case IMGFMT_YVU9:
case IMGFMT_IF09:
{
unsigned int best=find_best_out(vf);
int flags;