stream: minor cleanups

Remove unused stream type constants. Move some now DVD specific crap
to stream_dvd.c.
This commit is contained in:
wm4
2014-06-21 20:59:58 +02:00
parent b443f8471f
commit ea1650fcc3
3 changed files with 7 additions and 10 deletions

View File

@@ -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;