mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 01:23:17 +00:00
removed definitions of no more used or file-static functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19919 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b578d8ccbf
commit
2d85e0c538
@ -32,18 +32,6 @@ extern int osd_show_dvd_nav_ex;
|
||||
extern int osd_show_dvd_nav_sy;
|
||||
extern int osd_show_dvd_nav_ey;
|
||||
|
||||
dvdnav_priv_t * new_dvdnav_stream(char * filename);
|
||||
int dvdnav_stream_reset(dvdnav_priv_t * dvdnav_priv);
|
||||
void free_dvdnav_stream(dvdnav_priv_t * dvdnav_priv);
|
||||
|
||||
void dvdnav_stream_ignore_timers(dvdnav_priv_t * dvdnav_priv, int ignore);
|
||||
int dvdnav_stream_read(dvdnav_priv_t * dvdnav_priv, unsigned char *buf, int *len);
|
||||
|
||||
void dvdnav_stream_sleep(dvdnav_priv_t *dvdnav_priv, int seconds);
|
||||
int dvdnav_stream_sleeping(dvdnav_priv_t * dvdnav_priv);
|
||||
|
||||
void dvdnav_stream_fullstart(dvdnav_priv_t *dvdnav_priv);
|
||||
unsigned int * dvdnav_stream_get_palette(dvdnav_priv_t * dvdnav_priv);
|
||||
int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
|
||||
void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user