Options definition for AVCodecContext. More...
#include "avcodec.h"#include "internal.h"#include "libavutil/avassert.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include <float.h>#include <string.h>#include "options_table.h"Go to the source code of this file.
Macros | |
| #define | alloc_and_copy_or_fail(obj, size, pad) |
Functions | |
| static const char * | context_to_name (void *ptr) |
| static void * | codec_child_next (void *obj, void *prev) |
| static const AVClass * | codec_child_class_next (const AVClass *prev) |
| int | avcodec_get_context_defaults3 (AVCodecContext *s, const AVCodec *codec) |
| Set the fields of the given AVCodecContext to default values corresponding to the given codec (defaults may be codec-dependent). More... | |
| AVCodecContext * | avcodec_alloc_context3 (const AVCodec *codec) |
| Allocate an AVCodecContext and set its fields to default values. More... | |
| int | avcodec_copy_context (AVCodecContext *dest, const AVCodecContext *src) |
| Copy the settings of the source AVCodecContext into the destination AVCodecContext. More... | |
| const AVClass * | avcodec_get_class (void) |
| Get the AVClass for AVCodecContext. More... | |
Variables | |
| static const AVClass | av_codec_context_class |
Options definition for AVCodecContext.
Definition in file options.c.
| #define alloc_and_copy_or_fail | ( | obj, | |
| size, | |||
| pad | |||
| ) |
Referenced by avcodec_copy_context().
|
static |
Definition at line 70 of file options.c.
Referenced by avcodec_get_class(), and avcodec_get_context_defaults3().