FFmpeg
|
#include <stdint.h>
#include <stdio.h>
#include "libavutil/common.h"
#include "libavutil/base64.h"
#include "libavutil/timer.h"
Go to the source code of this file.
Macros | |
#define | MAX_DATA_SIZE 1024 |
#define | MAX_ENCODED_SIZE 2048 |
Functions | |
static int | test_encode_decode (const uint8_t *data, unsigned int data_size, const char *encoded_ref) |
int | main (int argc, char **argv) |
#define MAX_DATA_SIZE 1024 |
Definition at line 27 of file base64.c.
Referenced by test_encode_decode().
#define MAX_ENCODED_SIZE 2048 |
Definition at line 28 of file base64.c.
Referenced by test_encode_decode().
|
static |