|
FFmpeg
|
#include "libavutil/avassert.h"#include "libavutil/avstring.h"#include "libavutil/hash.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "avformat.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | HashContext |
Macros | |
| #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 } |
| #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 } |
1.8.17