url_fopen        3396 ffmpeg.c               if (url_fopen(&oc->pb, filename, URL_WRONLY) < 0) {
url_fopen        3525 ffserver.c                 if (url_fopen(&s->pb, feed->feed_filename, URL_WRONLY) < 0) {
url_fopen         335 libavformat/avio.h int url_fopen(ByteIOContext **s, const char *filename, int flags);
url_fopen         266 libavformat/img2.c             if (url_fopen(&f[i], filename, URL_RDONLY) < 0)
url_fopen         342 libavformat/img2.c             if (url_fopen(&pb[i], filename, URL_WRONLY) < 0)
url_fopen        1463 libavformat/mov.c         if (url_fopen(&sc->pb, sc->drefs[sc->dref_id-1].path, URL_RDONLY) < 0)
url_fopen         501 libavformat/utils.c         if ((err=url_fopen(&pb, filename, URL_RDONLY)) < 0) {
url_fopen         516 libavformat/utils.c                 if (url_fopen(&pb, filename, URL_RDONLY) < 0) {
url_fopen         493 output_example.c         if (url_fopen(&oc->pb, filename, URL_WRONLY) < 0) {