summaryrefslogtreecommitdiffstats
path: root/libfreerdp/codec/h264_ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp/codec/h264_ffmpeg.c')
-rw-r--r--libfreerdp/codec/h264_ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfreerdp/codec/h264_ffmpeg.c b/libfreerdp/codec/h264_ffmpeg.c
index 54492e1..a2ad12f 100644
--- a/libfreerdp/codec/h264_ffmpeg.c
+++ b/libfreerdp/codec/h264_ffmpeg.c
@@ -636,6 +636,7 @@ static BOOL libavcodec_init(H264_CONTEXT* h264)
goto fail_hwdevice_create;
}
}
+ WLog_Print(h264->log, WLOG_INFO, "Using VAAPI for accelerated H264 decoding");
sys->codecDecoderContext->get_format = libavcodec_get_format;
sys->hw_pix_fmt = AV_PIX_FMT_VAAPI;