mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 11:47:45 +00:00
Declare mp_input_register_options() in input/input.h.
This also avoids a forward declaration in mplayer.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30572 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7078ce833e
commit
89dfec20a2
@ -19,6 +19,8 @@
|
||||
#ifndef MPLAYER_INPUT_H
|
||||
#define MPLAYER_INPUT_H
|
||||
|
||||
#include "m_config.h"
|
||||
|
||||
// All command IDs
|
||||
typedef enum {
|
||||
MP_CMD_SEEK,
|
||||
@ -318,6 +320,8 @@ mp_input_init(int use_gui);
|
||||
void
|
||||
mp_input_uninit(void);
|
||||
|
||||
void mp_input_register_options(m_config_t* cfg);
|
||||
|
||||
// Interruptible usleep: (used by libmpdemux)
|
||||
int
|
||||
mp_input_check_interrupt(int time);
|
||||
|
Loading…
Reference in New Issue
Block a user