Commit 620ab797 authored by Michael Niedermayer's avatar Michael Niedermayer

1/0 fix

Originally committed as revision 3357 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2ff9ff5b
......@@ -1701,6 +1701,8 @@ static void add_xblock(DWTELEM *dst, uint8_t *src, uint8_t *obmc, int s_x, int s
b_h = h - s_y;
}
if(b_w<=0 || b_h<=0) return;
dst += s_x + s_y*dst_stride;
if(mb_type==1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment