Searched defs:FFIOContext (Results 1 – 1 of 1) sorted by relevance
29 typedef struct FFIOContext { struct30 AVIOContext pub;34 int (*short_seek_get)(void *opaque);39 int short_seek_threshold;41 enum AVIODataMarkerType current_type;42 int64_t last_time;47 int64_t maxsize;52 int64_t bytes_read;80 } FFIOContext; argument