FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | SwsFormat |
Enumerations | |
enum | { FIELD_TOP, FIELD_BOTTOM } |
Functions | |
SwsFormat | ff_fmt_from_frame (const AVFrame *frame, int field) |
This function also sanitizes and strips the input data, removing irrelevant fields for certain formats. More... | |
static int | ff_fmt_equal (const SwsFormat *fmt1, const SwsFormat *fmt2) |
static int | ff_fmt_align (enum AVPixelFormat fmt) |
int | ff_test_fmt (const SwsFormat *fmt, int output) |
This function also sanitizes and strips the input data, removing irrelevant fields for certain formats.
Definition at line 2660 of file utils.c.
Referenced by sws_is_noop(), and sws_test_frame().
Definition at line 52 of file utils.h.
Referenced by sws_is_noop().
|
inlinestatic |
int ff_test_fmt | ( | const SwsFormat * | fmt, |
int | output | ||
) |
Definition at line 2762 of file utils.c.
Referenced by sws_test_frame().