summaryrefslogtreecommitdiffstats
path: root/xacodec.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-25 16:47:04 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-25 16:47:04 +0000
commitce998d8c7f2be2c0d4e24debba51188a6cdf5567 (patch)
tree24cc36b6fc82e8496396f9e2a14f2a00e7c500bc /xacodec.c
parent37bc982f807c4e0784ea03c15fe7538087587ac5 (diff)
downloadmpv-ce998d8c7f2be2c0d4e24debba51188a6cdf5567.tar.bz2
mpv-ce998d8c7f2be2c0d4e24debba51188a6cdf5567.tar.xz
removed vivo shit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3116 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'xacodec.c')
-rw-r--r--xacodec.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/xacodec.c b/xacodec.c
index e17f5553c9..2eb8118a4e 100644
--- a/xacodec.c
+++ b/xacodec.c
@@ -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 *** */