mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream: drop PVR support
This is only for specific Hauppage cards. According to the comments in who is actively using this feature. Get it out of the way. Anyone who still wants to use this should complain. Keeping this code would not cause terribly much additional work, and it could be restored again. (But not if the request comes months later.)
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
extern const stream_info_t stream_info_cdda;
|
||||
extern const stream_info_t stream_info_dvb;
|
||||
extern const stream_info_t stream_info_tv;
|
||||
extern const stream_info_t stream_info_pvr;
|
||||
extern const stream_info_t stream_info_smb;
|
||||
extern const stream_info_t stream_info_null;
|
||||
extern const stream_info_t stream_info_memory;
|
||||
@@ -90,9 +89,6 @@ static const stream_info_t *const stream_list[] = {
|
||||
#if HAVE_TV
|
||||
&stream_info_tv,
|
||||
#endif
|
||||
#if HAVE_PVR
|
||||
&stream_info_pvr,
|
||||
#endif
|
||||
#if HAVE_LIBSMBCLIENT
|
||||
&stream_info_smb,
|
||||
#endif
|
||||
|
||||
1615
stream/stream_pvr.c
1615
stream/stream_pvr.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user