Base64 encode/decode. More...
Go to the source code of this file.
Functions | |
int | av_base64_decode (uint8_t *out, const char *in, int out_size) |
Decode a base64-encoded string. | |
char * | av_base64_encode (char *out, int out_size, const uint8_t *in, int in_size) |
Encode data to base64 and null-terminate. |
Variables | |
static const uint8_t | map2 [] |
Base64 encode/decode.
Definition in file base64.c.
|
static |
Definition at line 31 of file base64.c.
Referenced by av_base64_decode().