Browse Source

lavfutils: ff_load_image: Initialize context

should fix  ticket1264

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
44391f706b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/lavfutils.c

+ 1
- 1
libavfilter/lavfutils.c View 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;


Loading…
Cancel
Save