1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00

vd_lavc: add rkmpp to the hwdec_wrappers array.

Allows to get the hwdec picked up properly by mpv on rockchip devices
This commit is contained in:
LongChair 2017-12-10 14:10:40 +01:00 committed by Jan Ekström
parent b782c90180
commit b60ac5b5ba

View File

@ -213,6 +213,7 @@ static const char *const hwdec_wrappers[] = {
"crystalhd",
"v4l2m2m",
"cuvid",
"rkmpp",
NULL
};