* hb_bd_title_count **********************************************************************/
| 91 | * hb_bd_title_count |
| 92 | **********************************************************************/ |
| 93 | int hb_bd_title_count( hb_bd_t * d ) |
| 94 | { |
| 95 | return d->title_count; |
| 96 | } |
| 97 | |
| 98 | static void add_subtitle(int track, hb_list_t *list_subtitle, BLURAY_STREAM_INFO *bdsub, uint32_t codec, uint32_t codec_param) |
| 99 | { |
no outgoing calls
no test coverage detected