Searched refs:script_type (Results 1 – 4 of 4) sorted by relevance
29 char *script_type; /**< SSA script format version (eg. v4.00) */ member
53 .fields = {{"ScriptType", ASS_STR, offsetof(ASSScriptInfo, script_type)},
34 script_type: Smi;
5927 gchar *str, *script_type, *p = NULL; in ssa_type_find() local5973 script_type = strstr (str, "ScriptType:"); in ssa_type_find()5974 if (script_type != NULL) { in ssa_type_find()5977 ver_str = script_type + 11; in ssa_type_find()