Home
last modified time | relevance | path

Searched refs:set_chapters (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DProbe.pm46 sub set_chapters { shift->{chapters} = $_[1] } subroutine
161 $title->set_chapters($chapters);
287 $title->set_chapters( scalar( @{ $track->{chapter} } ) );
H A DConvert.pm133 $title->set_chapters( $probe_result->{chapters} );
H A DTitle.pm70 sub set_chapters { shift->{chapters} = $_[1] } subroutine