Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 16 years ago
parent 68d48cc592
commit 679f3fa901
  1. 2
      libavcodec/faxcompr.c

@ -242,7 +242,7 @@ static void put_line(uint8_t *dst, int size, int width, const int *runs)
for(; run > 16; run -= 16) for(; run > 16; run -= 16)
put_sbits(&pb, 16, mode); put_sbits(&pb, 16, mode);
if(run) if(run)
put_sbits(&pb, run, mode); put_sbits(&pb, run, mode);
} }
} }

Loading…
Cancel
Save