You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu/tx: propagate the codelet flags into the context
The field is documented as a combination of both.
This commit is contained in:
@@ -620,7 +620,7 @@ av_cold int ff_tx_init_subtx(AVTXContext *s, enum AVTXType type,
|
||||
sctx->len = len;
|
||||
sctx->inv = inv;
|
||||
sctx->type = type;
|
||||
sctx->flags = flags;
|
||||
sctx->flags = cd->flags | flags;
|
||||
sctx->cd_self = cd;
|
||||
|
||||
s->fn[s->nb_sub] = cd->function;
|
||||
|
Reference in New Issue
Block a user