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
1 changed files with 1 additions and 0 deletions

View File

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