Module: libav Branch: master Commit: 702985b8b7bfe0d8eac2747f3a03e7f15886364c
Author: Paul B Mahol <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Thu Mar 15 01:36:45 2012 +0000 dxa: remove useless code Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Anton Khirnov <[email protected]> --- libavcodec/dxa.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index d196f49..7b7a386 100644 --- a/libavcodec/dxa.c +++ b/libavcodec/dxa.c @@ -36,7 +36,6 @@ * Decoder context */ typedef struct DxaDecContext { - AVCodecContext *avctx; AVFrame pic, prev; int dsize; @@ -292,7 +291,6 @@ static av_cold int decode_init(AVCodecContext *avctx) { DxaDecContext * const c = avctx->priv_data; - c->avctx = avctx; avctx->pix_fmt = PIX_FMT_PAL8; c->dsize = avctx->width * avctx->height * 2; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
