]> git.sesse.net Git - vlc/blobdiff - include/vlc_demux.h
input.c, vlc_demux.h: allow seeking back in the same chapter
[vlc] / include / vlc_demux.h
index 7c4385ba9b32198a4c269d74f750636f25b31acd..2eefcb8cf855c78b707760e3a4eb406827552711 100644 (file)
@@ -82,6 +82,7 @@ enum demux_query_e
     /* TITLE/SEEKPOINT, only when TITLE_INFO succeed */
     DEMUX_SET_TITLE,            /* arg1= int            can fail */
     DEMUX_SET_SEEKPOINT,        /* arg1= int            can fail */
+    DEMUX_GET_SEEKPOINT_TIME,   /* arg1= int arg2 = mtime_t *  res = can fail   */
 
     /* DEMUX_SET_GROUP only a hit for demuxer (mainly DVB) to allow not
      * reading everything (you should not use this to call es_out_Control)