[MPlayer-cvslog] r36908 - trunk/stream/stream_dvd.c

Erik Auerswald auerswal at unix-ag.uni-kl.de
Sun Feb 23 21:07:31 CET 2014


Hello Reimar,

On 02/23/2014 08:09 PM, reimar wrote:
> Modified: trunk/stream/stream_dvd.c
> ==============================================================================
> @@ -519,6 +521,8 @@ static void list_chapters(ifo_handle_t *
>       for(i=0; i<vts_file->vts_ptt_srpt->title[title_no].nr_of_ptts; i++)
>       {
>           pgc = vts_file->vts_pgcit->pgci_srp[ptt[i].pgcn-1].pgc;
> +        if (!pgc)
> +            continue;
>           cell = pgc->program_map[ptt[i].pgn-1]; //here the cell is 1-based
>           if(ptt[i].pgn<pgc->nr_of_programs)
>               last_cell = pgc->program_map[ptt[i].pgn];

Thanks for finally committing this. :-)

Erik



More information about the MPlayer-cvslog mailing list