FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | VS2AVLogCtx |
struct to hold a valid context for logging from within vid.stab lib More... | |
Functions | |
VSPixelFormat | ff_av2vs_pixfmt (AVFilterContext *ctx, enum AVPixelFormat pf) |
convert AV's pixelformat to vid.stab pixelformat More... | |
static int | vs2av_log (int type, const char *tag, const char *format,...) |
wrapper to log vs_log into av_log More... | |
void | ff_vs_init (void) |
sets the memory allocation function and logging constants to av versions More... | |
Variables | |
enum AVPixelFormat | ff_vidstab_pix_fmts [] |
VSPixelFormat ff_av2vs_pixfmt | ( | AVFilterContext * | ctx, |
enum AVPixelFormat | pf | ||
) |
convert AV's pixelformat to vid.stab pixelformat
Converts an AVPixelFormat to a VSPixelFormat.
Definition at line 33 of file vidstabutils.c.
Referenced by config_input().
|
static |
wrapper to log vs_log into av_log
Definition at line 59 of file vidstabutils.c.
Referenced by ff_vs_init().
void ff_vs_init | ( | void | ) |
sets the memory allocation function and logging constants to av versions
Initialize libvidstab.
Definition at line 78 of file vidstabutils.c.
Referenced by init().
enum AVPixelFormat ff_vidstab_pix_fmts[] |
Definition at line 24 of file vidstabutils.c.