Searched refs:ASS_INT (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ass_split.c | 27 ASS_INT, enumerator 55 {"PlayResX", ASS_INT, offsetof(ASSScriptInfo, play_res_x) }, 56 {"PlayResY", ASS_INT, offsetof(ASSScriptInfo, play_res_y) }, 69 {"Fontsize", ASS_INT, offsetof(ASSStyle, font_size) }, 74 {"Bold", ASS_INT, offsetof(ASSStyle, bold) }, 75 {"Italic", ASS_INT, offsetof(ASSStyle, italic) }, 76 {"Underline", ASS_INT, offsetof(ASSStyle, underline) }, 77 {"StrikeOut", ASS_INT, offsetof(ASSStyle, strikeout) }, 82 {"BorderStyle", ASS_INT, offsetof(ASSStyle, border_style) }, 85 {"Alignment", ASS_INT, offsetof(ASSStyle, alignment) }, [all …]
|