|
FFmpeg
|
movie video source More...
#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) |
| #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 | ) |
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 459 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.
|
static |
Definition at line 210 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 244 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 268 of file src_movie.c.
Referenced by AVFILTER_DEFINE_CLASS_EXT().
|
static |
Definition at line 398 of file src_movie.c.
Referenced by AVFILTER_DEFINE_CLASS_EXT().
|
static |
Definition at line 415 of file src_movie.c.
Referenced by AVFILTER_DEFINE_CLASS_EXT().
|
static |
Definition at line 485 of file src_movie.c.
Referenced by activate().
|
static |
Definition at line 506 of file src_movie.c.
Referenced by activate().
|
static |
Definition at line 514 of file src_movie.c.
Referenced by activate().
|
static |
Definition at line 570 of file src_movie.c.
|
static |
Definition at line 643 of file src_movie.c.
| AVFILTER_DEFINE_CLASS_EXT | ( | movie | , |
| "(a)movie" | , | ||
| movie_options | ) |
|
static |
Definition at line 87 of file src_movie.c.
Referenced by AVFILTER_DEFINE_CLASS_EXT().