summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video.c b/video.c
index b7930b8..8ab650f 100644
--- a/video.c
+++ b/video.c
@@ -1422,6 +1422,7 @@ static enum PixelFormat Vaapi_get_format(VaapiDecoder * decoder,
VaapiCleanup(decoder);
if (getenv("NO_HW")) { // FIXME: make config option
+ Debug(3, "codec: hardware acceleration disabled\n");
goto slow_path;
}