Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/msrle.c')
-rw-r--r--libavcodec/msrle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/msrle.c b/libavcodec/msrle.c
index a263318512..6d6a2a3502 100644
--- a/libavcodec/msrle.c
+++ b/libavcodec/msrle.c
@@ -65,6 +65,7 @@ static av_cold int msrle_decode_init(AVCodecContext *avctx)
return -1;
}
+ avcodec_get_frame_defaults(&s->frame);
s->frame.data[0] = NULL;
return 0;