|
FFmpeg
|
#include "libavutil/mem.h"#include "libavutil/pixdesc.h"#include "libswscale/ops.h"#include "libswscale/ops_dispatch.h"#include "libswscale/ops_internal.h"#include "libswscale/format.h"Go to the source code of this file.
Functions | |
| static int | print_ops (SwsContext *ctx, const SwsOpList *ops, SwsCompiledOp *out) |
| static int | print_passes (SwsContext *ctx, void *graph, SwsOpList *ops) |
| static void | log_stdout (void *avcl, int level, const char *fmt, va_list vl) |
| int | main (int argc, char **argv) |
Variables | |
| static int | pass_idx |
| static const SwsOpBackend | backend_print |
|
static |
|
static |
|
static |
|
static |
Definition at line 33 of file sws_ops.c.
Referenced by print_ops(), and print_passes().
|
static |
Definition at line 72 of file sws_ops.c.
Referenced by print_passes().
1.8.17