OSDN Git Service

Proper condition in xvmc decode mb.
authorIvan Kalvachev <ikalvachev@gmail.com>
Sun, 15 Feb 2009 09:03:47 +0000 (09:03 +0000)
committerIvan Kalvachev <ikalvachev@gmail.com>
Sun, 15 Feb 2009 09:03:47 +0000 (09:03 +0000)
commitafb9342a3ecb285a0a613f0c7b842f359c7c40a9
treeb601b1a24c85d1dda49ffce6f5e18bacda7896a9
parent095edd3e6112078be8cb9e1b866b82707a6fbac8
Proper condition in xvmc decode mb.
The old one would try to use mv blocks that are written outside their buffer,
in case of unhandled error.

Originally committed as revision 17315 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo_xvmc.c