diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-05-12 21:01:41 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-13 10:58:46 +0200 |
commit | ee6ef66d65730f426d25e7c942b7db4a3cb4bb1a (patch) | |
tree | a99cc80599dd75082472f5fdb717cafadcf34171 /libavcodec/webvttenc.c | |
parent | 8564b4ab057346cca142b69676116bcb74842161 (diff) | |
download | ffmpeg-ee6ef66d65730f426d25e7c942b7db4a3cb4bb1a.tar.gz |
avfilter/avfiltergraph: fix check for negative return
Before this commit if allocation would fail in ff_add_channel_layout()
function, function would return negative error code and this would
cause wrong format pick up later. If allocation would not fail return
code would be 0 and then format negotiation would simply fail as code
would break from the loop but with wrong return code.
Error was introduced in 6aaac24d72a7da commit.
Fixes #6638
Diffstat (limited to 'libavcodec/webvttenc.c')
0 files changed, 0 insertions, 0 deletions