#include "libavutil/timer.h"
#include <stdint.h>
#include <stdio.h>
#include "libavutil/common.h"
#include "libavutil/base64.h"
Go to the source code of this file.
|
static int | test_encode_decode (const uint8_t *data, unsigned int data_size, const char *encoded_ref) |
|
int | main (int argc, char **argv) |
|
◆ MAX_DATA_SIZE
#define MAX_DATA_SIZE 1024 |
◆ MAX_ENCODED_SIZE
#define MAX_ENCODED_SIZE 2048 |
◆ test_encode_decode()
static int test_encode_decode |
( |
const uint8_t * |
data, |
|
|
unsigned int |
data_size, |
|
|
const char * |
encoded_ref |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |