tiffenc: initialize forgotten avctx.

pull/2/head
Jean First 14 years ago committed by Michael Niedermayer
parent 43c481e569
commit f7e797aa5c
  1. 1
      libavcodec/tiffenc.c

@ -220,6 +220,7 @@ static int encode_frame(AVCodecContext * avctx, unsigned char *buf,
uint8_t *yuv_line = NULL;
int shift_h, shift_v;
s->avctx = avctx;
s->buf_start = buf;
s->buf = &ptr;
s->buf_size = buf_size;

Loading…
Cancel
Save