Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h752 int (*read_play)(struct AVFormatContext *); member
Drtspdec.c996 .read_play = rtsp_read_play,
Dutils.c4334 if (s->iformat->read_play)
4335 return s->iformat->read_play(s);