MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_chapter_set_title

Function hb_chapter_set_title

libhb/common.c:5689–5695  ·  view source on GitHub ↗

* hb_chapter_set_title ********************************************************************** * *********************************************************************/

Source from the content-addressed store, hash-verified

5687 *
5688 *********************************************************************/
5689void hb_chapter_set_title( hb_chapter_t *chapter, const char *title )
5690{
5691 if ( chapter )
5692 {
5693 hb_update_str( &chapter->title, title );
5694 }
5695}
5696
5697/**********************************************************************
5698 * hb_chapter_set_title_by_index

Callers 7

hb_dvdnav_title_scanFunction · 0.85
hb_dict_to_jobFunction · 0.85
hb_dvdread_title_scanFunction · 0.85
hb_stream_title_scanFunction · 0.85
ffmpeg_title_scanFunction · 0.85
hb_bd_title_scanFunction · 0.85

Calls 1

hb_update_strFunction · 0.85

Tested by

no test coverage detected