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

Function ghb_file_is_subtitle

gtk/src/util.c:265–270  ·  view source on GitHub ↗

* Check whether an input file is a potential subtitle file. */

Source from the content-addressed store, hash-verified

263 * Check whether an input file is a potential subtitle file.
264 */
265G_MODULE_EXPORT gboolean
266ghb_file_is_subtitle (const char *filename)
267{
268 return ghb_file_is_ssa_subtitle(filename) ||
269 ghb_file_is_srt_subtitle(filename);
270}
271
272char *
273ghb_format_pretty_size (int64_t bytes)

Callers 1

video_file_drop_receivedFunction · 0.85

Calls 2

ghb_file_is_ssa_subtitleFunction · 0.85
ghb_file_is_srt_subtitleFunction · 0.85

Tested by

no test coverage detected