]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlp_parser.c
avfilter/vf_lenscorrection: add >8 depth support
[ffmpeg] / libavcodec / mlp_parser.c
index 5d2ddc5a70f65bb618cc05dfc4e3450e0ea3c84a..e7162f4aa83cb806a4e4be6b64a00c70dc715ad2 100644 (file)
@@ -64,6 +64,7 @@ static int mlp_parse(AVCodecParserContext *s,
     s->key_frame = 0;
 
     *poutbuf_size = 0;
+    *poutbuf = NULL;
     if (buf_size == 0)
         return 0;