summaryrefslogtreecommitdiffstats
path: root/xacodec.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-09 22:20:59 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-09 22:20:59 +0000
commit74aea030e144420f1560d2a4621bf0edaf1b15cd (patch)
tree873d2fd8e14db982da04a851a600eafa9da5ce02 /xacodec.c
parent70b29b823d56a98f6971c0d3717caf5cd6ef90ee (diff)
downloadmpv-74aea030e144420f1560d2a4621bf0edaf1b15cd.tar.bz2
mpv-74aea030e144420f1560d2a4621bf0edaf1b15cd.tar.xz
coded ultra-big bug. - 20l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2790 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'xacodec.c')
-rw-r--r--xacodec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xacodec.c b/xacodec.c
index c6b5dc11fb..c59744ed9c 100644
--- a/xacodec.c
+++ b/xacodec.c
@@ -733,10 +733,7 @@ void XA_YUV221111_Convert(unsigned char *image_p, unsigned int imagex, unsigned
yuv->y_w,yuv->y_h,yuv->uv_w,yuv->uv_h);
#endif
- /* hotfix for Vivo/2.00 - do not fault - but no decode ;( */
#warning "FIXME! Decoder doesn't supports Vivo/2.00 :("
- if (!yuv->the_buf_size)
- return;
if(i_x==image->width && i_y==image->height){
// printf("Direct render!!!\n");