git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dxa: remove useless code
[ffmpeg.git]
/
libavcodec
/
dxa.c
diff --git
a/libavcodec/dxa.c
b/libavcodec/dxa.c
index
d196f49
..
7b7a386
100644
(file)
--- 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;