[MPlayer-cvslog] r33348 - trunk/libvo/vo_xvmc.c

iive subversion at mplayerhq.hu
Mon May 2 00:41:52 CEST 2011


Author: iive
Date: Mon May  2 00:41:51 2011
New Revision: 33348

Log:
10l. Don't set stride info if it would panic the decoder.

Modified:
   trunk/libvo/vo_xvmc.c

Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c	Sun May  1 22:21:00 2011	(r33347)
+++ trunk/libvo/vo_xvmc.c	Mon May  2 00:41:51 2011	(r33348)
@@ -1268,7 +1268,7 @@ assert(rndr->shared.next_free_data_block
 //keep strides 0 to avoid field manipulations
     mpi->stride[0] = 0;
     mpi->stride[1] = 0;
-    mpi->stride[2] = sizeof(rndr);
+    mpi->stride[2] = 0;
 
 // these are shared!! so watch out
 // do call RenderSurface before overwriting


More information about the MPlayer-cvslog mailing list