lavu/tx: propagate the codelet flags into the context

The field is documented as a combination of both.
pull/388/head
Lynne 2 years ago
parent 91e9a6df33
commit 8c283e8fe6
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      libavutil/tx.c

@ -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;

Loading…
Cancel
Save