From 4dbfe44c9bb79dcd89f92db85e16e38bee24aba1 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 Jul 2018 16:53:18 +0200 Subject: [PATCH] README: Update with the new name Convert the README to the new name for the libva. Signed-off-by: Maxime Ripard --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8aec25b..2553fae 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ -# Sunxi-Cedrus libVA Backend +# v4l2-request libVA Backend ## About -This libVA backend is designed to work with the Sunxi-Cedrus VPU kernel driver, -that supports the Video Engine found in most Allwinner SoCs. +This libVA backend is designed to work with the Linux Video4Linux2 +Request API that is used by a number of video codecs drivers, +including the Video Engine found in most Allwinner SoCs. ## Status -The Sunxi-Cedrus libVA backend currently only supports MPEG2 video decoding. +The v4l2-request libVA backend currently only supports MPEG2 video +decoding. ## Instructions -In order to use the Sunxi-Cedrus libVA backend, the `v4l2_request` driver has to -be specified through the `LIBVA_DRIVER_NAME` environment variable, as such: +In order to use this libVA backend, the `v4l2_request` driver has to +be specified through the `LIBVA_DRIVER_NAME` environment variable, as +such: export LIBVA_DRIVER_NAME=v4l2_request