summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-09 21:37:57 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-09 21:37:57 +0000
commitf817575e5ff69110a3099fea6beee235608e1b54 (patch)
tree5af51326a82272829ccf487e056d5238686a89fb /stream/stream_dvdnav.h
parent6462618244225b4942232be38a8c4b1d087b3d23 (diff)
downloadmpv-f817575e5ff69110a3099fea6beee235608e1b54.tar.bz2
mpv-f817575e5ff69110a3099fea6beee235608e1b54.tar.xz
added mp_dvdnav_handle_input to handle user's input (revived from the repository with few changes)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19774 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.h')
-rw-r--r--stream/stream_dvdnav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index ab93bc02b4..2881534f98 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -43,5 +43,6 @@ 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);
#endif