From dab286a159eacdfd995190dcd29513bad9e9fac2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Nov 2012 19:36:26 +0100 Subject: vd_lavc: remove codec DR This was buggy and didn't even work in the simplest cases. It was disabled when multithreading was used, and always disabled for h264. A better alternative (reference counting) will be added later. Hardware decoding still uses the ffmpeg DR mechanism, but has been decoupled from mpv's DR in the previous commit. --- video/decode/vd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video/decode/vd.h') diff --git a/video/decode/vd.h b/video/decode/vd.h index 7b53c62840..b3b980fea4 100644 --- a/video/decode/vd.h +++ b/video/decode/vd.h @@ -46,10 +46,6 @@ extern const vd_functions_t *const mpcodecs_vd_drivers[]; #define VDCTRL_QUERY_UNSEEN_FRAMES 9 // current decoder lag #define VDCTRL_RESET_ASPECT 10 // reinit filter/VO chain for new aspect ratio -// callbacks: int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int outfmt); -mp_image_t *mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, - int w, int h); - #endif /* MPLAYER_VD_H */ -- cgit v1.2.3