FFmpeg
|
Base64 encode/decode. More...
#include <limits.h>
#include <stddef.h>
#include "base64.h"
#include "error.h"
#include "intreadwrite.h"
Go to the source code of this file.
Macros | |
#define | BASE64_DEC_STEP(i) |
Functions | |
int | av_base64_decode (uint8_t *out, const char *in_str, int out_size) |
Decode a base64-encoded string. More... | |
char * | av_base64_encode (char *out, int out_size, const uint8_t *in, int in_size) |
Encode data to base64 and null-terminate. More... | |
Variables | |
static const uint8_t | map2 [256] |
Base64 encode/decode.
Definition in file base64.c.
#define BASE64_DEC_STEP | ( | i | ) |