FFmpeg
|
Go to the source code of this file.
Functions | |
VSPixelFormat | ff_av2vs_pixfmt (AVFilterContext *ctx, enum AVPixelFormat pf) |
Converts an AVPixelFormat to a VSPixelFormat. More... | |
void | ff_vs_init (void) |
Initialize libvidstab. More... | |
Variables | |
enum AVPixelFormat | ff_vidstab_pix_fmts [] |
VSPixelFormat ff_av2vs_pixfmt | ( | AVFilterContext * | ctx, |
enum AVPixelFormat | pf | ||
) |
Converts an AVPixelFormat to a VSPixelFormat.
[in] | ctx | AVFilterContext used for logging |
[in] | pf | AVPixelFormat |
Converts an AVPixelFormat to a VSPixelFormat.
Definition at line 32 of file vidstabutils.c.
Referenced by config_input().
void ff_vs_init | ( | void | ) |
Initialize libvidstab.
Sets the memory allocation functions and logging constants to corresponding av* versions.
Initialize libvidstab.
Definition at line 77 of file vidstabutils.c.
Referenced by init().
enum AVPixelFormat ff_vidstab_pix_fmts[] |
Definition at line 23 of file vidstabutils.c.