Commit 3fab36dc authored by Stéphane Borel's avatar Stéphane Borel

-Fixed bugs in title/chapter handling once more, especially for size

detection and location of main movie.

-Support for multitrack DVD : now the stream is given to input as it has
to be ; however, all the tracks are displayed one after the other ; I
think we need to decode navigation ES to choose the track

-Fixed behaviour at end of device.
parent bc2eeefc
This diff is collapsed.
......@@ -40,12 +40,20 @@ typedef struct thread_dvd_data_s
/* Navigation information */
int i_title;
int i_vts_title;
int i_chapter_nb;
int i_chapter;
int i_cell; /* cell index in adress map */
int i_prg_cell; /* cell index in program map */
int i_sector;
int i_end_sector; /* last sector of current cell */
off_t i_title_start;
off_t i_start;
off_t i_size;
int i_end_cell;
/* Scrambling Information */
struct css_s * p_css;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment