Lines Matching defs:ASS
2 * SSA/ASS spliting functions
31 int play_res_x; /**< video width that ASS coords are referring to */
32 int play_res_y; /**< video height that ASS coords are referring to */
45 int outline_color; /**< color for outline in ASS, called tertiary in SSA */
88 * structure containing the whole split ASS data
96 } ASS;
99 * This struct can be casted to ASS to access to the split data.
104 * Split a full ASS file or a ASS header from a string buffer and store
107 * @param buf String containing the ASS formatted data.
118 * Split one ASS Dialogue line from a string buffer.
121 * @param buf String containing the ASS "Dialogue" line.
140 * @defgroup ass_styles ASS styles
155 * @defgroup ass_functions ASS functions
171 * Split override codes out of a ASS "Dialogue" Text field.
176 * @param buf The ASS "Dialogue" Text field to split.