mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream: minor cleanups
Remove unused stream type constants. Move some now DVD specific crap to stream_dvd.c.
This commit is contained in:
@@ -64,6 +64,13 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm
|
||||
int language;
|
||||
int type;
|
||||
int channels;
|
||||
} stream_language_t;
|
||||
|
||||
typedef struct {
|
||||
dvd_reader_t *dvd;
|
||||
dvd_file_t *title;
|
||||
|
||||
Reference in New Issue
Block a user