Home
last modified time | relevance | path

Searched refs:styles_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dass_split.h93 int styles_count; /**< number of ASSStyle in the styles array */ member
Dmovtextenc.c228 if (!style && ass->styles_count) { in encode_sample_description()
264 if (style && ass->styles_count) { in encode_sample_description()
270 for (i = 0; i < ass->styles_count; i++) { in encode_sample_description()
Dass_split.c66 .offset_count = offsetof(ASS, styles_count),
98 .offset_count = offsetof(ASS, styles_count),
596 for (i=0; i<ass->styles_count; i++) in ff_ass_style_get()