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

Function lex_fixed

libavformat/sbgdec.c:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260static int lex_fixed(struct sbg_parser *p, const char *t, int l)
261{
262 if (p->end - p->cursor < l || memcmp(p->cursor, t, l))
263 return 0;
264 p->cursor += l;
265 return 1;
266}
267
268static int lex_line_end(struct sbg_parser *p)
269{

Callers 6

parse_timestampFunction · 0.85
parse_time_sequenceFunction · 0.85
parse_synth_channel_pinkFunction · 0.85
parse_synth_channel_bellFunction · 0.85
parse_synth_channel_mixFunction · 0.85
parse_synth_channel_spinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected