Searched refs:read_play (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h376 int (*read_play)(struct AVFormatContext *); member in struct:AVInputFormat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h376 int (*read_play)(struct AVFormatContext *); member in struct:AVInputFormat
H A Drtsp.c1528 .read_play = rtsp_read_play,
H A Dutils.c2312 if (s->iformat->read_play)
2313 return s->iformat->read_play(s);

Completed in 137 milliseconds