#include "avformat.h"
#include "avio_internal.h"
#include "libavutil/opt.h"
#include "options_table.h"
Go to the source code of this file.
Functions | |
static const char * | format_to_name (void *ptr) |
static void * | format_child_next (void *obj, void *prev) |
static const AVClass * | format_child_class_next (const AVClass *prev) |
static AVClassCategory | get_category (void *ptr) |
static void | avformat_get_context_defaults (AVFormatContext *s) |
AVFormatContext * | avformat_alloc_context (void) |
Allocate an AVFormatContext. | |
enum AVDurationEstimationMethod | av_fmt_ctx_get_duration_estimation_method (const AVFormatContext *ctx) |
Returns the method used to set ctx->duration. | |
const AVClass * | avformat_get_class (void) |
Get the AVClass for AVFormatContext. | |
Variables | |
static const AVClass | av_format_context_class |
Definition in file options.c.
enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method | ( | const AVFormatContext * | ctx | ) |
static void avformat_get_context_defaults | ( | AVFormatContext * | s | ) | [static] |
static void* format_child_next | ( | void * | obj, | |
void * | prev | |||
) | [static] |
static AVClassCategory get_category | ( | void * | ptr | ) | [static] |
const AVClass av_format_context_class [static] |
Initial value:
{ .class_name = "AVFormatContext", .item_name = format_to_name, .option = options, .version = LIBAVUTIL_VERSION_INT, .child_next = format_child_next, .child_class_next = format_child_class_next, .category = AV_CLASS_CATEGORY_MUXER, .get_category = get_category, }