mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue