mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Remove DVD and Bluray support
It never worked well. Just remux your DVD and BD images to mkv.
This commit is contained in:
@@ -64,10 +64,6 @@ extern const stream_info_t stream_info_ffmpeg;
|
||||
extern const stream_info_t stream_info_avdevice;
|
||||
extern const stream_info_t stream_info_file;
|
||||
extern const stream_info_t stream_info_ifo;
|
||||
extern const stream_info_t stream_info_dvd;
|
||||
extern const stream_info_t stream_info_dvdnav;
|
||||
extern const stream_info_t stream_info_bluray;
|
||||
extern const stream_info_t stream_info_bdnav;
|
||||
extern const stream_info_t stream_info_rar_filter;
|
||||
extern const stream_info_t stream_info_rar_entry;
|
||||
extern const stream_info_t stream_info_edl;
|
||||
@@ -90,17 +86,6 @@ static const stream_info_t *const stream_list[] = {
|
||||
#if HAVE_LIBSMBCLIENT
|
||||
&stream_info_smb,
|
||||
#endif
|
||||
#if HAVE_DVDREAD
|
||||
&stream_info_ifo,
|
||||
&stream_info_dvd,
|
||||
#endif
|
||||
#if HAVE_DVDNAV
|
||||
&stream_info_dvdnav,
|
||||
#endif
|
||||
#if HAVE_LIBBLURAY
|
||||
&stream_info_bluray,
|
||||
&stream_info_bdnav,
|
||||
#endif
|
||||
|
||||
&stream_info_memory,
|
||||
&stream_info_null,
|
||||
|
||||
Reference in New Issue
Block a user