mirror of https://github.com/mpv-player/mpv
10l by Matan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8521 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2499234aaf
commit
71a7257eb4
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue