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

Function foreign_audio_scan

test/test.c:3666–3681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3664}
3665
3666static int foreign_audio_scan(char **subtracks)
3667{
3668 if (subtracks != NULL)
3669 {
3670 int count = hb_str_vlen(subtracks);
3671 int ii;
3672 for (ii = 0; ii < count; ii++)
3673 {
3674 if (!strcasecmp(subtracks[ii], "scan"))
3675 {
3676 return 1;
3677 }
3678 }
3679 }
3680 return 0;
3681}
3682
3683static int subtitles_none(char **subtracks)
3684{

Callers 1

PreparePresetFunction · 0.85

Calls 1

hb_str_vlenFunction · 0.85

Tested by

no test coverage detected