mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avfilter/vaf_spectrumsynth: check return code
This commit is contained in:
parent
1457786d69
commit
a2c40931c8
@ -419,6 +419,8 @@ static int try_push_frame(AVFilterContext *ctx, int x)
|
||||
}
|
||||
|
||||
ret = ff_filter_frame(outlink, out);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user