read_seek 2004 ffserver.c if (c->fmt_in->iformat->read_seek) read_seek 356 libavformat/avformat.h int (*read_seek)(struct AVFormatContext *, read_seek 197 libavformat/avio.h int64_t (*read_seek)(void *opaque, int stream_index, read_seek 68 libavformat/aviobuf.c s->read_seek = NULL; read_seek 570 libavformat/aviobuf.c (*s)->read_seek = (int64_t (*)(void *, int, int64_t, int))h->prot->url_read_seek; read_seek 689 libavformat/aviobuf.c if (!s->read_seek) read_seek 691 libavformat/aviobuf.c ret = s->read_seek(h, stream_index, timestamp, flags); read_seek 1544 libavformat/mpegts.c read_seek, read_seek 1557 libavformat/mpegts.c read_seek, read_seek 916 libavformat/nutdec.c read_seek, read_seek 1533 libavformat/utils.c if (s->iformat->read_seek){ read_seek 1534 libavformat/utils.c if(s->iformat->read_seek(s, stream_index, timestamp, flags) >= 0) read_seek 1566 libavformat/utils.c if (s->iformat->read_seek) read_seek 1567 libavformat/utils.c ret = s->iformat->read_seek(s, stream_index, timestamp, flags);