321l: do not use shifted s->linesize instead of correct s->uvlinesize.
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 29 May 2010 07:28:24 +0000 (07:28 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 29 May 2010 07:28:24 +0000 (07:28 +0000)
commit1c100b13679efcdfdda872d0df1751e2776a7b54
treea6db414b401eb4c630caf11e76c8bad974790c0d
parent0435fb16d73da639ee257320be854508a5b5ad7d
321l: do not use shifted s->linesize instead of correct s->uvlinesize.
This should fix chroma issues in WMV3/VC-1 decoder with avfilter enabled.

Originally committed as revision 23370 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1dec.c