mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
fftools/ffmpeg_opt: Check creation of new program
Fixes Coverity issue #1512413. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
601faaed92
commit
90aa2a88f9
@ -2759,6 +2759,8 @@ static void of_add_programs(AVFormatContext *oc, const OptionsContext *o)
|
||||
}
|
||||
|
||||
program = av_new_program(oc, progid);
|
||||
if (!program)
|
||||
report_and_exit(AVERROR(ENOMEM));
|
||||
|
||||
p = o->program[i].u.str;
|
||||
while(*p) {
|
||||
|
Loading…
Reference in New Issue
Block a user