Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsrtenc.c68 static int srt_stack_find(SRTContext *s, const char c) in srt_stack_find() function
85 int i = c ? srt_stack_find(s, c) : 0; in srt_stack_push_pop()