From: Andreas Rheinhardt <[email protected]> It is already set during init.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/svq1enc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.c index cdcf1de712..0caed73097 100644 --- a/libavcodec/svq1enc.c +++ b/libavcodec/svq1enc.c @@ -320,7 +320,6 @@ static int svq1_encode_plane(SVQ1EncContext *s, int plane, block_height = (height + 15) / 16; if (s->pict_type == AV_PICTURE_TYPE_P) { - s2->avctx = s->avctx; s2->last_pic.data[0] = ref_plane; s2->linesize = s2->last_pic.linesize[0] = -- ffmpeg-codebot _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
