You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
idcinvideo: correctly set AVFrame defaults
This commit is contained in:
@@ -168,7 +168,7 @@ static av_cold int idcin_decode_init(AVCodecContext *avctx)
|
||||
huff_build_tree(s, i);
|
||||
}
|
||||
|
||||
s->frame.data[0] = NULL;
|
||||
avcodec_get_frame_defaults(&s->frame);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user