From 8c283e8fe631135a0c36d50f9c8d558f43cfef7b Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 10 Sep 2022 02:26:02 +0200 Subject: lavu/tx: propagate the codelet flags into the context The field is documented as a combination of both. --- libavutil/tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/tx.c b/libavutil/tx.c index da8ebddd9a..aeb0d9dada 100644 --- a/libavutil/tx.c +++ b/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; -- cgit v1.2.3