On Mon, Aug 30, 2021 at 3:56 AM Wang, Fei W <[email protected]> wrote: > > If so, the only way to fix is keep previous check with avctx->hwaccel > but change its log context like "The AV1 decoder requires a hw acceleration > to be specified or the specified hw doesn't support AV1 decoding." >
That sounds right, you can change the message of course, but I don't think you can necessarily change the logic. > Btw, just for curious, which hwaccel are you using that doesn't set up > the hw_device_ctx? > I'm using DXVA2 that way, but also VA-API, VDPAU and VideoToolbox are all setup to use the old hwaccel initialization. - Hendrik _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
