Commit 5753d967 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '96bfb677'

* commit '96bfb677':
  nutdec: Prevent a memory corruption

Conflicts:
	libavformat/nutdec.c

See: 05dd5368Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents e162db66 96bfb677
......@@ -484,7 +484,7 @@ static int decode_info_header(NUTContext *nut)
int64_t value, end;
char name[256], str_value[1024], type_str[256];
const char *type;
int *event_flags = NULL;
int *event_flags = NULL;
AVChapter *chapter = NULL;
AVStream *st = NULL;
AVDictionary **metadata = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment