]> git.sesse.net Git - vlc/blobdiff - include/vlc_vod.h
Re-enable random.
[vlc] / include / vlc_vod.h
index 8d67aafab74a16689fffb548e4dc90dfdc8383fa..ca82e76a2469192940bc31781c17175ef142d8e1 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_VOD_H
@@ -63,6 +63,8 @@ enum vod_query_e
     VOD_MEDIA_PAUSE,        /* arg1= double *       res=    */
     VOD_MEDIA_STOP,         /* arg1= double         res=can fail    */
     VOD_MEDIA_SEEK,         /* arg1= double *       res=    */
+    VOD_MEDIA_REWIND,       /* arg1= double *       res=    */
+    VOD_MEDIA_FORWARD,      /* arg1= double *       res=    */
 };
 
 #endif