OSDN Git Service

VC1: Fix first/last row checks with slices
authorAlberto Delmás <adelmas@gmail.com>
Thu, 25 Aug 2011 09:00:37 +0000 (11:00 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 25 Aug 2011 19:33:58 +0000 (12:33 -0700)
commit1cf82cab0840d669198ea76ab0363aa661950647
tree3cddc2ec066e44e63137e6444f51fb333cf50bcb
parentad6c7c1b525c7ae365491b4fef7869d31ee88329
VC1: Fix first/last row checks with slices

In some places 0/mb_height were used in place of start_mb_y/end_mb_y.

Fixes SA00049, SA00058, SA10091, SA10097, SA10131, SA20021, SA30030

Improves PSNR in SA00054, SA00059, SA00060, SA10096, SA10098, SA20022,
SA30031, SA30032, SA40012, SA40013

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/vc1dec.c