]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/lavfutils.c
lavfi/buffersink: typo fix in a comment.
[ffmpeg] / libavfilter / lavfutils.c
index 412a05fe749550d3d2f83c3e976085585df46040..d98c3a6cde91731323b4ee9af96164bdddfec7a9 100644 (file)
@@ -24,7 +24,7 @@ int ff_load_image(uint8_t *data[4], int linesize[4],
                   const char *filename, void *log_ctx)
 {
     AVInputFormat *iformat = NULL;
-    AVFormatContext *format_ctx;
+    AVFormatContext *format_ctx = NULL;
     AVCodec *codec;
     AVCodecContext *codec_ctx;
     AVFrame *frame;