diff options
author | Lynne <dev@lynne.ee> | 2022-01-29 01:02:37 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2022-01-29 01:02:37 +0100 |
commit | 7e35e0224cb1e82bfefdedeff9db946a05363c83 (patch) | |
tree | 3d3981371be541fcf44c4df7e3bc47ce6c786269 /libavutil/x86/intmath.h | |
parent | 265731f201f1dde0dfe2448ad21d8256c17a33e2 (diff) | |
download | ffmpeg-7e35e0224cb1e82bfefdedeff9db946a05363c83.tar.gz |
lavu/tx: do not unconditionally free subcontexts if initialization fails
If a codelet initializes 2 subtransforms, and the second one fails,
the failure would free all subcontexts.
Instead, if there are subcontexts still left, don't free the array.
If all initializations fail, the init() function will return,
and reset_ctx() from the previous step will clean up all contained
subtransforms.
Diffstat (limited to 'libavutil/x86/intmath.h')
0 files changed, 0 insertions, 0 deletions