Searched refs:webvtt_stack_push (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebvttenc.c52 static int webvtt_stack_push(WebVTTContext *s, const char c) function
89 } else if (webvtt_stack_push(s, c) < 0)
99 webvtt_stack_push(s, 'b');
103 webvtt_stack_push(s, 'i');
107 webvtt_stack_push(s, 'u');

Completed in 51 milliseconds