Re: [PATCH v5 1/3] media: venus: Add support for static video encoder/decoder declarations
From: Bryan O'Donoghue
Date: Mon Dec 30 2024 - 06:32:59 EST
On 28/12/2024 13:33, Stanimir Varbanov wrote:
+ if (core->res->dec_nodename || core->res->enc_nodename) {
+ if (venus_add_dynamic_nodes(core))
It'd be good to pass the error code to the upper layer.
np
---
bod