FFmpeg
|
#include <limits.h>
#include <stdio.h>
#include "libavutil/common.h"
#include "libavutil/channel_layout.h"
#include "libavutil/error.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/rational.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
Go to the source code of this file.
Data Structures | |
struct | TestContext |
Macros | |
#define | OFFSET(x) offsetof(TestContext, x) |
#define | TEST_FLAG_COOL 01 |
#define | TEST_FLAG_LAME 02 |
#define | TEST_FLAG_MU 04 |
Functions | |
static const char * | test_get_name (void *ctx) |
static void | log_callback_help (void *ptr, int level, const char *fmt, va_list vl) |
int | main (void) |
Variables | |
static const AVOption | test_options [] |
static const AVClass | test_class |
#define OFFSET | ( | x | ) | offsetof(TestContext, x) |
|
static |