MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / skip_space

Function skip_space

libavcodec/ass_split.c:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233static inline const char *skip_space(const char *buf)
234{
235 while (*buf == ' ')
236 buf++;
237 return buf;
238}
239
240static int *get_default_field_orders(const ASSSection *section, int *number)
241{

Callers 2

ass_split_sectionFunction · 0.85
ff_ass_split_dialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected