#include "config_components.h"
#include "libavutil/avstring.h"
#include "libavutil/hash.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
#include "mux.h"
Go to the source code of this file.
|
#define | OFFSET(x) offsetof(struct HashContext, x) |
|
#define | ENC AV_OPT_FLAG_ENCODING_PARAM |
|
#define | HASH_OPT(defaulttype) { "hash", "set hash to use", OFFSET(hash_name), AV_OPT_TYPE_STRING, {.str = defaulttype}, 0, 0, ENC } |
|
#define | FORMAT_VERSION_OPT { "format_version", "file format version", OFFSET(format_version), AV_OPT_TYPE_INT, {.i64 = 2}, 1, 2, ENC } |
|
◆ OFFSET
◆ ENC
◆ HASH_OPT
◆ FORMAT_VERSION_OPT
◆ hash_free()