From cb8f638292457a6bcc8b1058a08fb6b6c2053f7b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2013 01:05:44 +0200 Subject: vd: add VDCTRL_GET_PARAMS This is probably going to be unused, but might help with debugging and such. It returns the image parameters as determined by the video decoder. --- 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 ca4107dca9..3142151373 100644 --- a/video/decode/vd.h +++ b/video/decode/vd.h @@ -40,6 +40,7 @@ typedef struct vd_functions // NULL terminated array of all drivers extern const vd_functions_t *const mpcodecs_vd_drivers[]; +#define VDCTRL_GET_PARAMS 1 // retrieve struct mp_image_params #define VDCTRL_RESYNC_STREAM 8 // reset decode state after seeking #define VDCTRL_QUERY_UNSEEN_FRAMES 9 // current decoder lag #define VDCTRL_REINIT_VO 10 // reinit filter/VO chain -- cgit v1.2.3