avio_open 623 doc/examples/muxing.c ret = avio_open(&oc->pb, filename, AVIO_FLAG_WRITE); avio_open 430 doc/examples/qsvdec.c ret = avio_open(&output_ctx, argv[2], AVIO_FLAG_WRITE); avio_open 109 doc/examples/remuxing.c ret = avio_open(&ofmt_ctx->pb, out_filename, AVIO_FLAG_WRITE); avio_open 131 doc/examples/transcode_aac.c if ((error = avio_open(&output_io_context, filename, avio_open 170 doc/examples/transcoding.c ret = avio_open(&ofmt_ctx->pb, filename, AVIO_FLAG_WRITE); avio_open 1241 ffmpeg_opt.c int ret = avio_open(&pb, filename, AVIO_FLAG_READ); avio_open 3647 ffserver.c if (avio_open(&s->pb, feed->feed_filename, AVIO_FLAG_WRITE) < 0) { avio_open 145 libavdevice/lavfi.c ret = avio_open(&avio, lavfi->graph_filename, AVIO_FLAG_READ); avio_open 411 libavformat/avio.h int avio_open(AVIOContext **s, const char *url, int flags); avio_open 5246 libavformat/movenc.c ret = avio_open(&read_pb, s->filename, AVIO_FLAG_READ); avio_open 209 libavformat/tee.c if ((ret = avio_open(&avf2->pb, filename, AVIO_FLAG_WRITE)) < 0) {