Mercurial > mplayer.hg
changeset 33261:fc608eb62185
10l. Don't set stride info if it would panic the decoder.
author | iive |
---|---|
date | Sun, 01 May 2011 22:41:51 +0000 |
parents | e180057420a5 |
children | 9fb04a4269bb |
files | libvo/vo_xvmc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xvmc.c Sun May 01 20:21:00 2011 +0000 +++ b/libvo/vo_xvmc.c Sun May 01 22:41:51 2011 +0000 @@ -1268,7 +1268,7 @@ //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