]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bmp_parser.c
avformat: Remove deprecated av_demuxer_open()
[ffmpeg] / libavcodec / bmp_parser.c
index cd65f02a2e0c82901cb69a371f1f2532f93b5bcf..700bf27af1d18d27810e7f2a76715562d886b531 100644 (file)
@@ -45,6 +45,7 @@ static int bmp_parse(AVCodecParserContext *s, AVCodecContext *avctx,
     int i = 0;
 
     *poutbuf_size = 0;
+    *poutbuf = NULL;
 
 restart:
     if (bpc->pc.frame_start_found <= 2+4+4) {