FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/hash.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | MD5Context |
Macros | |
#define | OFFSET(x) offsetof(struct MD5Context, x) |
#define | ENC AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static void | md5_finish (struct AVFormatContext *s, char *buf) |
Variables | |
static const AVOption | hash_options [] |
static const AVClass | md5enc_class |
#define OFFSET | ( | x | ) | offsetof(struct MD5Context, x) |
#define ENC AV_OPT_FLAG_ENCODING_PARAM |
|
static |
|
static |
|
static |