From 5843392db5691403345074b24c9b3caae468d4c6 Mon Sep 17 00:00:00 2001 From: Jan Ekström Date: Fri, 26 Feb 2016 00:46:15 +0200 Subject: Add a mediacodec decoder hwdec wrapper Does the same thing as the rpi one - makes fallback possible by pretending that h264_mediacodec is a hwdec. --- video/hwdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/hwdec.h') diff --git a/video/hwdec.h b/video/hwdec.h index 1588901442..cfbb2eaf29 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -16,6 +16,7 @@ enum hwdec_type { HWDEC_DXVA2 = 6, HWDEC_DXVA2_COPY = 7, HWDEC_RPI = 8, + HWDEC_MEDIACODEC = 9, }; // hwdec_type names (options.c) -- cgit v1.2.3