#include <string.h>
#include "libavutil/avstring.h"
#include "libavutil/avutil.h"
#include "libavutil/base64.h"
#include "libavutil/mem.h"
#include "url.h"
Go to the source code of this file.
◆ data_open()
◆ data_close()
◆ data_read()
| static int data_read |
( |
URLContext * | h, |
|
|
unsigned char * | buf, |
|
|
int | size ) |
|
static |
◆ ff_data_protocol
Initial value:= {
.name = "data",
}
static av_cold int data_open(URLContext *h, const char *uri, int flags)
static int data_read(URLContext *h, unsigned char *buf, int size)
static av_cold int data_close(URLContext *h)
Definition at line 114 of file data_uri.c.