Go to the source code of this file.
§ MAX_BUFFER_BLOCKS
#define MAX_BUFFER_BLOCKS 150 |
§ BLOCKSIZE
§ OFFSET
§ crypto_open()
static int crypto_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
§ crypto_read()
§ crypto_close()
§ options
Initial value:= {
}
offset must point to a pointer immediately followed by an int for the length
Definition at line 49 of file crypto.c.
§ crypto_class
Initial value:= {
.class_name = "crypto",
}
static const AVOption options[]
Definition at line 55 of file crypto.c.
§ ff_crypto_protocol
Initial value:= {
.name = "crypto",
}
static int crypto_close(URLContext *h)
static int crypto_read(URLContext *h, uint8_t *buf, int size)
#define URL_PROTOCOL_FLAG_NESTED_SCHEME
static const AVClass crypto_class
static int crypto_open(URLContext *h, const char *uri, int flags)
Definition at line 162 of file crypto.c.