FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DataContext |
Functions | |
static av_cold int | data_open (URLContext *h, const char *uri, int flags) |
static av_cold int | data_close (URLContext *h) |
static int | data_read (URLContext *h, unsigned char *buf, int size) |
Variables | |
const URLProtocol | ff_data_protocol |
|
static |
Definition at line 33 of file data_uri.c.
|
static |
Definition at line 92 of file data_uri.c.
|
static |
Definition at line 100 of file data_uri.c.
const URLProtocol ff_data_protocol |
Definition at line 112 of file data_uri.c.