mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
dxa: remove useless code
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
cd9a3c3512
commit
702985b8b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user