comparison xacodec.c @ 3115:23320af18656

removed vivo shit
author alex
date Sun, 25 Nov 2001 16:47:04 +0000
parents 7177ca35ad1a
children 406d7fc6be4e
comparison
equal deleted inserted replaced
3114:6aa09e66c687 3115:23320af18656
764 return; 764 return;
765 } 765 }
766 766
767 void *XA_YUV221111_Func(unsigned int image_type) 767 void *XA_YUV221111_Func(unsigned int image_type)
768 { 768 {
769 mp_dbg(MSGT_DECVIDEO,MSGL_DBG3, "XA_YUV221111_Func('image_type: %d')", image_type); 769 mp_dbg(MSGT_DECVIDEO,MSGL_DBG3, "XA_YUV221111_Func('image_type: %d')\n",image_type);
770 /* hotfix to disable segfault by Vivo/2.00 H263 stream */ 770 return((void *)XA_YUV221111_Convert);
771 if (image_type < 0x10) /* obtaining to the latest XAnim source: */
772 /* XA_IMTYPE_* has values from 0x0 to 0x9 */
773 return((void *)XA_YUV221111_Convert);
774
775 mp_msg(MSGT_DECVIDEO,MSGL_WARN,"Unimplemented: XA_YUV221111_Func(image_type=%d)\n",image_type);
776 return((void *)XA_dummy);
777 } 771 }
778 772
779 /* *** EOF XANIM *** */ 773 /* *** EOF XANIM *** */
780 #endif 774 #endif