Browse Source

1/0 fix

Originally committed as revision 3357 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
620ab797f0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/snow.c

+ 2
- 0
libavcodec/snow.c View File

@@ -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){


Loading…
Cancel
Save