Lines Matching defs:flags
2594 static int rtmp_open(URLContext *s, const char *uri, int flags, AVDictionary **opts)
2606 rt->is_input = !(flags & AVIO_FLAG_WRITE);
2923 int flags)
2928 "Seek on stream index %d at timestamp %"PRId64" with flags %08x\n",
2929 stream_index, timestamp, flags);
2933 "%"PRId64" with flags %08x\n",
2934 stream_index, timestamp, flags);
3066 rt->stream->flags |= AVIO_FLAG_NONBLOCK;
3072 rt->stream->flags &= ~AVIO_FLAG_NONBLOCK;
3114 {"rtmp_swfhash", "SHA256 hash of the decompressed SWF file (32 bytes).", OFFSET(swfhash), AV_OPT_TYPE_BINARY, .flags = DEC},
3144 .flags = URL_PROTOCOL_FLAG_NETWORK, \