FFmpeg
Functions
sws_ops.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "libavutil/tree.h"
#include "libswscale/ops.h"
#include "libswscale/format.h"

Go to the source code of this file.

Functions

static int print_ops (SwsContext *const ctx, void *opaque, SwsOpList *ops)
 
static int cmp_str (const void *a, const void *b)
 
static int register_op (SwsContext *ctx, void *opaque, SwsOp *op)
 
static int print_and_free_summary (void *opaque, void *key)
 
static void log_stdout (void *avcl, int level, const char *fmt, va_list vl)
 
int main (int argc, char **argv)
 

Function Documentation

◆ print_ops()

static int print_ops ( SwsContext *const  ctx,
void *  opaque,
SwsOpList ops 
)
static

Definition at line 34 of file sws_ops.c.

Referenced by main().

◆ cmp_str()

static int cmp_str ( const void *  a,
const void *  b 
)
static

Definition at line 48 of file sws_ops.c.

Referenced by register_op().

◆ register_op()

static int register_op ( SwsContext ctx,
void *  opaque,
SwsOp op 
)
static

Definition at line 53 of file sws_ops.c.

Referenced by main().

◆ print_and_free_summary()

static int print_and_free_summary ( void *  opaque,
void *  key 
)
static

Definition at line 101 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 109 of file sws_ops.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 118 of file sws_ops.c.