1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00

removed vivo shit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3116 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-25 16:47:04 +00:00
parent 37bc982f80
commit ce998d8c7f

View File

@ -766,14 +766,8 @@ if(i_x==image->width && i_y==image->height){
void *XA_YUV221111_Func(unsigned int image_type)
{
mp_dbg(MSGT_DECVIDEO,MSGL_DBG3, "XA_YUV221111_Func('image_type: %d')", image_type);
/* hotfix to disable segfault by Vivo/2.00 H263 stream */
if (image_type < 0x10) /* obtaining to the latest XAnim source: */
/* XA_IMTYPE_* has values from 0x0 to 0x9 */
return((void *)XA_YUV221111_Convert);
mp_msg(MSGT_DECVIDEO,MSGL_WARN,"Unimplemented: XA_YUV221111_Func(image_type=%d)\n",image_type);
return((void *)XA_dummy);
mp_dbg(MSGT_DECVIDEO,MSGL_DBG3, "XA_YUV221111_Func('image_type: %d')\n",image_type);
return((void *)XA_YUV221111_Convert);
}
/* *** EOF XANIM *** */