Mercurial > mplayer.hg
changeset 3115:23320af18656
removed vivo shit
author | alex |
---|---|
date | Sun, 25 Nov 2001 16:47:04 +0000 |
parents | 6aa09e66c687 |
children | 519079288056 |
files | xacodec.c |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/xacodec.c Sun Nov 25 16:45:38 2001 +0000 +++ b/xacodec.c Sun Nov 25 16:47:04 2001 +0000 @@ -766,14 +766,8 @@ 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 *** */