FFmpeg
|
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | ReverseContext |
Macros | |
#define | DEFAULT_LENGTH 300 |
Functions | |
static av_cold int | init (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
#define DEFAULT_LENGTH 300 |
Definition at line 27 of file f_reverse.c.
|
static |
Definition at line 39 of file f_reverse.c.
|
static |
Definition at line 58 of file f_reverse.c.
|
static |
Definition at line 71 of file f_reverse.c.