Lines Matching +full:- +full:- +full:skip +full:- +full:published
8 * License as published by the Free Software Foundation; either
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
48 int i, again = 0, skip = 0; in webvtt_event_to_ass() local
67 skip = 0; in webvtt_event_to_ass()
71 skip = 1; in webvtt_event_to_ass()
73 skip = 0; in webvtt_event_to_ass()
76 else if (!skip && *p != '\r') in webvtt_event_to_ass()
87 const char *ptr = avpkt->data; in webvtt_decode_frame()
88 FFASSDecoderContext *s = avctx->priv_data; in webvtt_decode_frame()
92 if (ptr && avpkt->size > 0 && !webvtt_event_to_ass(&buf, ptr)) in webvtt_decode_frame()
93 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in webvtt_decode_frame()
97 *got_sub_ptr = sub->num_rects > 0; in webvtt_decode_frame()
98 return avpkt->size; in webvtt_decode_frame()