FFmpeg
|
#include "libavutil/opt.h"
#include "libavcodec/codec.h"
#include "libavcodec/codec_desc.h"
#include "libavcodec/internal.h"
Go to the source code of this file.
Macros | |
#define | AV_LOG(...) av_log(NULL, AV_LOG_FATAL, __VA_ARGS__) |
#define | ERR_INTERNAL(msg, ...) |
#define | ERR(msg) ERR_INTERNAL(msg, ) |
#define | ERR_EXT(msg, ...) ERR_INTERNAL(msg, , __VA_ARGS__) |
Functions | |
static const char * | get_type_string (enum AVMediaType type) |
static int | priv_data_size_wrong (const AVCodec *codec) |
int | main (void) |
#define AV_LOG | ( | ... | ) | av_log(NULL, AV_LOG_FATAL, __VA_ARGS__) |
#define ERR_INTERNAL | ( | msg, | |
... | |||
) |
#define ERR | ( | msg | ) | ERR_INTERNAL(msg, ) |
#define ERR_EXT | ( | msg, | |
... | |||
) | ERR_INTERNAL(msg, , __VA_ARGS__) |
|
static |