FFmpeg
|
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "libavutil/avassert.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "options_table.h"
Go to the source code of this file.
Macros | |
#define | ITER_STATE_SHIFT 16 |
Enumerations | |
enum | { CHILD_CLASS_ITER_AVIO = 0, CHILD_CLASS_ITER_MUX, CHILD_CLASS_ITER_DEMUX, CHILD_CLASS_ITER_DONE } |
Functions | |
FF_DISABLE_DEPRECATION_WARNINGS static const FF_ENABLE_DEPRECATION_WARNINGS char * | format_to_name (void *ptr) |
static void * | format_child_next (void *obj, void *prev) |
static const AVClass * | format_child_class_iterate (void **iter) |
static AVClassCategory | get_category (void *ptr) |
static int | io_open_default (AVFormatContext *s, AVIOContext **pb, const char *url, int flags, AVDictionary **options) |
static int | io_close2_default (AVFormatContext *s, AVIOContext *pb) |
AVFormatContext * | avformat_alloc_context (void) |
Allocate an AVFormatContext. More... | |
enum AVDurationEstimationMethod | av_fmt_ctx_get_duration_estimation_method (const AVFormatContext *ctx) |
Returns the method used to set ctx->duration. More... | |
const AVClass * | avformat_get_class (void) |
Get the AVClass for AVFormatContext. More... | |
Variables | |
static const AVClass | av_format_context_class |
Options definition for AVFormatContext.
Definition in file options.c.
anonymous enum |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 131 of file options.c.
Referenced by avformat_alloc_context().
|
static |
Definition at line 149 of file options.c.
Referenced by avformat_alloc_context().
enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method | ( | const AVFormatContext * | ctx | ) |
|
static |
Definition at line 120 of file options.c.
Referenced by avformat_alloc_context(), and avformat_get_class().