mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 11:12:56 +00:00
coded ultra-big bug. - 20l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2790 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
70b29b823d
commit
74aea030e1
@ -733,10 +733,7 @@ void XA_YUV221111_Convert(unsigned char *image_p, unsigned int imagex, unsigned
|
||||
yuv->y_w,yuv->y_h,yuv->uv_w,yuv->uv_h);
|
||||
#endif
|
||||
|
||||
/* hotfix for Vivo/2.00 - do not fault - but no decode ;( */
|
||||
#warning "FIXME! Decoder doesn't supports Vivo/2.00 :("
|
||||
if (!yuv->the_buf_size)
|
||||
return;
|
||||
|
||||
if(i_x==image->width && i_y==image->height){
|
||||
// printf("Direct render!!!\n");
|
||||
|
Loading…
Reference in New Issue
Block a user