Having clear indication of when a hardware accelerator is in
operation prevents false assumptions, for e.g., in situations when
the command line argument inadvertently omits options for enabling
it, resulting to the framework silently switching to the SW path.
Signed-off-by: Michele Lim
Clear indication of when a hardware accelerator is in operation
prevents false assumptions in situations when the command line
argument inadvertently omits certain required options for
enabling it.
---
libavutil/hwcontext_vaapi.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --gi