comparison libmpdemux/stream.h @ 18732:b3fa3772a187

removed old dvdnav code
author nicodvb
date Fri, 16 Jun 2006 19:06:00 +0000
parents bee3186a06f7
children 73b8f5ff772d
comparison
equal deleted inserted replaced
18731:bd21d8500afd 18732:b3fa3772a187
288 extern int dvd_last_chapter; 288 extern int dvd_last_chapter;
289 extern int dvd_angle; 289 extern int dvd_angle;
290 290
291 extern char * audio_stream; 291 extern char * audio_stream;
292 292
293 #ifdef USE_DVDNAV
294 #include "dvdnav_stream.h"
295 #endif
296
297 typedef struct { 293 typedef struct {
298 int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm 294 int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm
299 int language; 295 int language;
300 int type; 296 int type;
301 int channels; 297 int channels;