FFmpeg
|
filter for selecting which frame passes in the filterchain More...
#include "libavutil/avstring.h"
#include "libavutil/eval.h"
#include "libavutil/fifo.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | SelectContext |
Macros | |
#define | OFFSET(x) offsetof(SelectContext, x) |
#define | DEFINE_OPTIONS(filt_name, FLAGS) |
#define | INTERLACE_TYPE_P 0 |
#define | INTERLACE_TYPE_T 1 |
#define | INTERLACE_TYPE_B 2 |
#define | D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) |
#define | TS2D(ts) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts)) |
Functions | |
static int | request_frame (AVFilterLink *outlink) |
static av_cold int | init (AVFilterContext *ctx) |
static int | config_input (AVFilterLink *inlink) |
static void | select_frame (AVFilterContext *ctx, AVFrame *frame) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
Variables | |
static const char *const | var_names [] |
Detailed Description
filter for selecting which frame passes in the filterchain
Definition in file f_select.c.
Macro Definition Documentation
#define D2TS | ( | d | ) | (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) |
Definition at line 272 of file f_select.c.
#define DEFINE_OPTIONS | ( | filt_name, | |
FLAGS | |||
) |
Definition at line 145 of file f_select.c.
Referenced by query_formats().
#define INTERLACE_TYPE_B 2 |
Definition at line 185 of file f_select.c.
Referenced by config_input(), and select_frame().
#define INTERLACE_TYPE_P 0 |
Definition at line 183 of file f_select.c.
Referenced by config_input(), and select_frame().
#define INTERLACE_TYPE_T 1 |
Definition at line 184 of file f_select.c.
Referenced by config_input(), and select_frame().
#define OFFSET | ( | x | ) | offsetof(SelectContext, x) |
Definition at line 144 of file f_select.c.
#define TS2D | ( | ts | ) | ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts)) |
Definition at line 273 of file f_select.c.
Referenced by select_frame().
Enumeration Type Documentation
enum var_name |
Definition at line 84 of file f_select.c.
Function Documentation
|
static |
Definition at line 187 of file f_select.c.
Referenced by query_formats().
|
static |
Definition at line 360 of file f_select.c.
Referenced by query_formats().
|
static |
Definition at line 156 of file f_select.c.
Referenced by query_formats().
|
static |
Definition at line 411 of file f_select.c.
|
static |
Definition at line 373 of file f_select.c.
Referenced by init().
|
static |
Definition at line 275 of file f_select.c.
Referenced by filter_frame().
|
static |
Definition at line 389 of file f_select.c.
Referenced by query_formats().
Variable Documentation
|
static |
Definition at line 41 of file f_select.c.
Referenced by init().
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11