mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
tiffenc: initialize forgotten avctx.
This commit is contained in:
parent
c74f1f47b2
commit
47a1d794db
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,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…
Add table
Add a link
Reference in a new issue