diff options
author | wm4 <wm4@nowhere> | 2012-08-07 01:26:11 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-08-07 01:29:56 +0200 |
commit | 22872451369fe219990c6280fc0d1c0c0c344b55 (patch) | |
tree | d65954cf2d3bf4e66c96a5cbb5ccebdc0305e3a4 /mp_fifo.h | |
parent | f3bb6692c728bd05f567fe1ca53902ec41bec235 (diff) | |
download | mpv-22872451369fe219990c6280fc0d1c0c0c344b55.tar.bz2 mpv-22872451369fe219990c6280fc0d1c0c0c344b55.tar.xz |
VO: remove old VO glue
This transition to a new VO API started over 4 years ago. It's time to
finally end it, and get rid of the horrible hacks.
Also removes some previously undetected dead code from spudec.c.
Diffstat (limited to 'mp_fifo.h')
-rw-r--r-- | mp_fifo.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -29,9 +29,4 @@ struct input_ctx; struct MPOpts; struct mp_fifo *mp_fifo_create(struct input_ctx *input, struct MPOpts *opts); - -#ifdef IS_OLD_VO -#define mplayer_put_key(key) mplayer_put_key(global_vo->key_fifo, key) -#endif - #endif /* MPLAYER_MP_FIFO_H */ |