FFmpeg
Functions | Variables
file.c File Reference
#include <stdarg.h>
#include <stdio.h>
#include "libavutil/file.c"
#include "libavutil/log.h"

Go to the source code of this file.

Functions

static void log_callback (void *ctx, int level, const char *fmt, va_list args)
 
int main (int argc, char **argv)
 

Variables

static int last_log_level = -1
 

Function Documentation

◆ log_callback()

static void log_callback ( void *  ctx,
int  level,
const char *  fmt,
va_list  args 
)
static

Definition at line 27 of file file.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 33 of file file.c.

Variable Documentation

◆ last_log_level

int last_log_level = -1
static

Definition at line 25 of file file.c.

Referenced by log_callback(), and main().