URL_RDONLY       2504 ffserver.c                 url_open_buf(&pb, c->buffer, c->buffer_end - c->buffer, URL_RDONLY);
URL_RDONLY        188 libavformat/avio.c     if (url_open(&h, filename, URL_RDONLY) < 0)
URL_RDONLY         52 libavformat/aviobuf.c     url_resetbuf(s, write_flag ? URL_WRONLY : URL_RDONLY);
URL_RDONLY        586 libavformat/aviobuf.c     url_resetbuf(s, s->write_flag ? URL_WRONLY : URL_RDONLY);
URL_RDONLY        266 libavformat/img2.c             if (url_fopen(&f[i], filename, URL_RDONLY) < 0)
URL_RDONLY       1269 libavformat/matroskadec.c                           URL_RDONLY, NULL, NULL, NULL, NULL);
URL_RDONLY       1463 libavformat/mov.c         if (url_fopen(&sc->pb, sc->drefs[sc->dref_id-1].path, URL_RDONLY) < 0)
URL_RDONLY        501 libavformat/utils.c         if ((err=url_fopen(&pb, filename, URL_RDONLY)) < 0) {
URL_RDONLY        516 libavformat/utils.c                 if (url_fopen(&pb, filename, URL_RDONLY) < 0) {