From 8a74638dc743007f6d5d6bb3a672167fce353480 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Apr 2014 01:17:28 +0200 Subject: video: add a "hwdec" property to enable or disable hw decoding at runtime --- video/decode/vd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/decode/vd.h') diff --git a/video/decode/vd.h b/video/decode/vd.h index 35c2739aa8..28ace3cc04 100644 --- a/video/decode/vd.h +++ b/video/decode/vd.h @@ -45,6 +45,7 @@ enum vd_ctrl { VDCTRL_RESET = 1, // reset decode state after seeking VDCTRL_QUERY_UNSEEN_FRAMES, // current decoder lag VDCTRL_FORCE_HWDEC_FALLBACK, // force software decoding fallback + VDCTRL_GET_HWDEC, }; #endif /* MPLAYER_VD_H */ -- cgit v1.2.3