Ticket #1999: fax.diff
| File fax.diff, 397 bytes (added by ami_stuff, 6 months ago) |
|---|
-
libavcodec/faxcompr.c
diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index e7f9d00..bfad0ef 100644
a b int ff_ccitt_unpack(AVCodecContext *avctx, 277 277 GetBitContext gb; 278 278 int *runs, *ref = NULL, *runend; 279 279 int ret; 280 int runsize= avctx->width + 2;280 int runsize= 2 * avctx->width + 2; 281 281 int err = 0; 282 282 int has_eol; 283 283
