#include "avformat.h"
#include "libavutil/aes.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "internal.h"
#include "url.h"
Go to the source code of this file.
#define MAX_BUFFER_BLOCKS 150 |
static int crypto_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
}
offset must point to a pointer immediately followed by an int for the length
Definition at line 49 of file crypto.c.
Initial value:= {
.class_name = "crypto",
}
static const AVOption options[]
av_default_item_name
Return the context name.
Definition at line 55 of file crypto.c.
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.