Searched defs:VideoState (Results 1 – 1 of 1) sorted by relevance
203 typedef struct VideoState { struct204 SDL_Thread *read_tid;205 const AVInputFormat *iformat;206 int abort_request;207 int force_refresh;208 int paused;209 int last_paused;210 int queue_attachments_req;211 int seek_req;212 int seek_flags;[all …]