uint64_t duration, longest;
int longest_pgcn, longest_pgn, longest_pgcn_end;
const char * name;
- unsigned char unused[1024];
const char * codec_name;
hb_log( "scan: scanning title %d", t );
{
strncpy( title->name, name, sizeof( title->name ) );
}
-
- if (strlen(title->name) == 0)
+ else
{
- if( DVDUDFVolumeInfo( d->reader, title->name, sizeof( title->name ),
- unused, sizeof( unused ) ) )
- {
-
char * p_cur, * p_last = d->path;
for( p_cur = d->path; *p_cur; p_cur++ )
{
char *dot_term = strrchr(title->name, '.');
if (dot_term)
*dot_term = '\0';
- }
}
/* VTS which our title is in */