From b60ac5b5bab4984cf808bcc487bf387ee677f985 Mon Sep 17 00:00:00 2001 From: LongChair Date: Sun, 10 Dec 2017 14:10:40 +0100 Subject: vd_lavc: add rkmpp to the hwdec_wrappers array. Allows to get the hwdec picked up properly by mpv on rockchip devices --- video/decode/vd_lavc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index c839a5df58..58dba5a81e 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -213,6 +213,7 @@ static const char *const hwdec_wrappers[] = { "crystalhd", "v4l2m2m", "cuvid", + "rkmpp", NULL }; -- cgit v1.2.3