FFmpeg
Loading...
Searching...
No Matches
sws_ops.c File Reference

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
 

Function Documentation

◆ print_ops()

static int print_ops ( SwsContext * ctx,
const SwsOpList * ops,
SwsCompiledOp * out )
static

Definition at line 36 of file sws_ops.c.

◆ print_passes()

static int print_passes ( SwsContext * ctx,
void * graph,
SwsOpList * ops )
static

Definition at line 77 of file sws_ops.c.

Referenced by main().

◆ log_stdout()

static void log_stdout ( void * avcl,
int level,
const char * fmt,
va_list vl )
static

Definition at line 99 of file sws_ops.c.

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

Definition at line 108 of file sws_ops.c.

Variable Documentation

◆ pass_idx

int pass_idx
static

Definition at line 34 of file sws_ops.c.

Referenced by print_ops(), and print_passes().

◆ backend_print

const SwsOpBackend backend_print
static
Initial value:
= {
.name = "print_ops",
.compile = print_ops,
}
static int print_ops(SwsContext *ctx, const SwsOpList *ops, SwsCompiledOp *out)
Definition sws_ops.c:36

Definition at line 72 of file sws_ops.c.

Referenced by print_passes().