| 6142 | } |
| 6143 | |
| 6144 | int hb_srt_add( const hb_job_t * job, |
| 6145 | const hb_subtitle_config_t * subtitlecfg, |
| 6146 | const char *lang_code ) |
| 6147 | { |
| 6148 | return hb_import_subtitle_add(job, subtitlecfg, lang_code, IMPORTSRT); |
| 6149 | } |
| 6150 | |
| 6151 | int hb_subtitle_can_force( int source ) |
| 6152 | { |
nothing calls this directly
no test coverage detected