10l by Matan

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8521 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-12-22 13:27:05 +00:00
parent 2499234aaf
commit 71a7257eb4
1 changed files with 5 additions and 1 deletions

View File

@ -505,11 +505,15 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
return (1);
}
}
#ifdef CONFIG_VIDIX
if(!vidix_name[0]){
#endif
maxw = width; /* No scaling */
maxh = height;
#ifdef CONFIG_VIDIX
}
#endif
if (pformat == IMGFMT_YV12) {
yuv2rgb_init(bpp, MODE_RGB);
}