You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Remove useless assignment during initialization for some decoders
Originally committed as revision 18680 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -63,7 +63,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
|
||||
avctx->pix_fmt= PIX_FMT_NONE; /* set in decode_frame */
|
||||
|
||||
s->avctx = avctx;
|
||||
s->frame.data[0] = NULL;
|
||||
s->tmpbuf = NULL;
|
||||
|
||||
dsputil_init(&s->dsp, avctx);
|
||||
|
||||
Reference in New Issue
Block a user