From a42aae3bf82688c753cfe46fb5b76589879f5ac0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Oct 2012 02:05:33 +0100 Subject: cleanup: remove some things related to old video decoders --- libmpcodecs/vd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index 511665aeac..e800d14e32 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -51,9 +51,9 @@ const vd_functions_t * const mpcodecs_vd_drivers[] = { NULL }; -int mpcodecs_config_vo2(sh_video_t *sh, int w, int h, - const unsigned int *outfmts, - unsigned int preferred_outfmt) +int mpcodecs_config_vo(sh_video_t *sh, int w, int h, + const unsigned int *outfmts, + unsigned int preferred_outfmt) { struct MPOpts *opts = sh->opts; int j; -- cgit v1.2.3