summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-29 02:05:33 +0100
committerwm4 <wm4@nowhere>2012-10-30 20:13:28 +0100
commita42aae3bf82688c753cfe46fb5b76589879f5ac0 (patch)
tree19e52dfac4a51668488ba8f69f9ba38e8f6d13ee /libmpcodecs/vd.c
parent62dc32250e586cb6b46e124a50de85805505e30f (diff)
downloadmpv-a42aae3bf82688c753cfe46fb5b76589879f5ac0.tar.bz2
mpv-a42aae3bf82688c753cfe46fb5b76589879f5ac0.tar.xz
cleanup: remove some things related to old video decoders
Diffstat (limited to 'libmpcodecs/vd.c')
-rw-r--r--libmpcodecs/vd.c6
1 files changed, 3 insertions, 3 deletions
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;