|
FFmpeg
|
a filter enforcing given constant framerate More...
#include <float.h>#include <stdint.h>#include "libavutil/avassert.h"#include "libavutil/mathematics.h"#include "libavutil/opt.h"#include "avfilter.h"#include "filters.h"#include "internal.h"Classes | |
| struct | FPSContext |
Macros | |
| #define | OFFSET(x) offsetof(FPSContext, x) |
| #define | V AV_OPT_FLAG_VIDEO_PARAM |
| #define | F AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
| typedef struct FPSContext | FPSContext |
Enumerations | |
| enum | EOFAction { EOF_ACTION_REPEAT, EOF_ACTION_ENDALL, EOF_ACTION_PASS, EOF_ACTION_ROUND, EOF_ACTION_PASS, EOF_ACTION_NB, EOF_ACTION_REPEAT, EOF_ACTION_ENDALL } |
Functions | |
| AVFILTER_DEFINE_CLASS (fps) | |
Variables | |
| AVFilter | ff_vf_fps |
a filter enforcing given constant framerate
| AVFilter ff_vf_fps |
1.8.12