[Mplayer-cvslog] CVS: main xacodec.c,1.28,1.29

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 25 17:47:07 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv17673

Modified Files:
	xacodec.c 
Log Message:
removed vivo shit

Index: xacodec.c
===================================================================
RCS file: /cvsroot/mplayer/main/xacodec.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xacodec.c	16 Nov 2001 16:44:50 -0000	1.28
+++ xacodec.c	25 Nov 2001 16:47:04 -0000	1.29
@@ -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 *** */




More information about the MPlayer-cvslog mailing list