FFmpeg
|
#include "config_components.h"
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavutil/internal.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "audio.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | MovieStream |
struct | MovieContext |
Macros | |
#define | OFFSET(x) offsetof(MovieContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Variables | |
static const AVOption | movie_options [] |
#define OFFSET | ( | x | ) | offsetof(MovieContext, x) |
Definition at line 84 of file src_movie.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 85 of file src_movie.c.
|
static |
Definition at line 458 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 106 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 160 of file src_movie.c.
Referenced by open_stream().
|
static |
Definition at line 210 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 243 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 267 of file src_movie.c.
|
static |
Definition at line 397 of file src_movie.c.
|
static |
Definition at line 414 of file src_movie.c.
|
static |
Definition at line 484 of file src_movie.c.
Referenced by activate().
|
static |
Definition at line 505 of file src_movie.c.
Referenced by activate().
|
static |
Definition at line 513 of file src_movie.c.
Referenced by activate().
|
static |
Definition at line 567 of file src_movie.c.
|
static |
Definition at line 638 of file src_movie.c.
AVFILTER_DEFINE_CLASS_EXT | ( | movie | , |
"(a)movie" | , | ||
movie_options | |||
) |
|
static |
Definition at line 87 of file src_movie.c.