Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Davsscanf.c96 static int ffshgetc(FFFILE *f) in ffshgetc() function
116 #define shgetc(f) (((f)->rpos < (f)->shend) ? *(f)->rpos++ : ffshgetc(f))