FFmpeg
Data Structures | Functions | Variables
vf_softskip.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "mp_msg.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"

Go to the source code of this file.

Data Structures

struct  vf_priv_s
 

Functions

static int put_image (struct vf_instance *vf, mp_image_t *mpi, double pts)
 
static int control (struct vf_instance *vf, int request, void *data)
 
static void uninit (struct vf_instance *vf)
 
static int vf_open (vf_instance_t *vf, char *args)
 

Variables

const vf_info_t ff_vf_info_softskip
 

Function Documentation

static int control ( struct vf_instance vf,
int  request,
void data 
)
static

Definition at line 57 of file vf_softskip.c.

Referenced by vf_open().

static int put_image ( struct vf_instance vf,
mp_image_t mpi,
double  pts 
)
static

Definition at line 34 of file vf_softskip.c.

Referenced by vf_open().

static void uninit ( struct vf_instance vf)
static

Definition at line 81 of file vf_softskip.c.

Referenced by vf_open().

static int vf_open ( vf_instance_t vf,
char *  args 
)
static

Definition at line 86 of file vf_softskip.c.

Variable Documentation

const vf_info_t ff_vf_info_softskip
Initial value:
= {
"soft (post-filter) frame skipping for encoding",
"softskip",
"Rich Felker",
"",
}

Definition at line 95 of file vf_softskip.c.