FFmpeg
|
data_uri.c File Reference
Include dependency graph for data_uri.c:
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 | |
URLProtocol | ff_data_protocol |
Function Documentation
|
static |
Definition at line 92 of file data_uri.c.
|
static |
Definition at line 33 of file data_uri.c.
|
static |
Definition at line 100 of file data_uri.c.
Variable Documentation
URLProtocol ff_data_protocol |
Initial value:
= {
.name = "data",
.url_open = data_open,
.url_close = data_close,
.url_read = data_read,
.priv_data_size = sizeof(DataContext),
}
static int data_read(URLContext *h, unsigned char *buf, int size)
Definition: data_uri.c:100
static av_cold int data_open(URLContext *h, const char *uri, int flags)
Definition: data_uri.c:33
Definition: data_uri.c:26
Definition at line 112 of file data_uri.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11