Commit 45119739 authored by Paul B Mahol's avatar Paul B Mahol

wmalosslessdec: do not set avctx->coded_frame

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 07206dee
......@@ -262,7 +262,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
}
avcodec_get_frame_defaults(&s->frame);
avctx->coded_frame = &s->frame;
avctx->channel_layout = channel_mask;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment