From 23a7257cca5982fa44300825ea489ba95a7e4c17 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Jul 2014 01:49:02 +0200 Subject: Revert "Remove DVD and Bluray support" This reverts commit 4b93210e0c244a65ef10a566abed2ad25ecaf9a1. *shrug* --- stream/stream.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index c49af132d8..344e8b55ef 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -33,6 +33,8 @@ enum streamtype { STREAMTYPE_GENERIC = 0, STREAMTYPE_FILE, STREAMTYPE_DVB, + STREAMTYPE_DVD, + STREAMTYPE_BLURAY, STREAMTYPE_TV, STREAMTYPE_MF, STREAMTYPE_EDL, @@ -66,6 +68,9 @@ enum stream_ctrl { STREAM_CTRL_SEEK_TO_TIME, STREAM_CTRL_GET_SIZE, STREAM_CTRL_GET_ASPECT_RATIO, + STREAM_CTRL_GET_NUM_ANGLES, + STREAM_CTRL_GET_ANGLE, + STREAM_CTRL_SET_ANGLE, STREAM_CTRL_GET_NUM_TITLES, STREAM_CTRL_GET_LANG, STREAM_CTRL_GET_CURRENT_TITLE, @@ -77,9 +82,13 @@ enum stream_ctrl { STREAM_CTRL_RESUME_CACHE, STREAM_CTRL_RECONNECT, STREAM_CTRL_GET_CHAPTER_TIME, + STREAM_CTRL_GET_DVD_INFO, STREAM_CTRL_SET_CONTENTS, STREAM_CTRL_GET_METADATA, STREAM_CTRL_GET_BASE_FILENAME, + STREAM_CTRL_GET_NAV_EVENT, // struct mp_nav_event** + STREAM_CTRL_NAV_CMD, // struct mp_nav_cmd* + STREAM_CTRL_GET_DISC_NAME, STREAM_CTRL_TV_SET_SCAN, STREAM_CTRL_SET_TV_FREQ, STREAM_CTRL_GET_TV_FREQ, -- cgit v1.2.3