FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
vf_dint.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "config.h"
#include "mp_msg.h"
#include "mp_image.h"
#include "img_format.h"
#include "vf.h"

Go to the source code of this file.

Data Structures

struct  vf_priv_s
 

Macros

#define MAXROWSIZE   1200
 

Functions

static int config (struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt)
 
static int put_image (struct vf_instance *vf, mp_image_t *mpi, double pts)
 
static int vf_open (vf_instance_t *vf, char *args)
 

Variables

const vf_info_t ff_vf_info_dint
 

Macro Definition Documentation

#define MAXROWSIZE   1200

Definition at line 43 of file vf_dint.c.

Referenced by config(), and put_image().

Function Documentation

static int config ( struct vf_instance *  vf,
int  width,
int  height,
int  d_width,
int  d_height,
unsigned int  flags,
unsigned int  outfmt 
)
static
static int put_image ( struct vf_instance *  vf,
mp_image_t mpi,
double  pts 
)
static

Definition at line 82 of file vf_dint.c.

Referenced by vf_open().

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

Definition at line 194 of file vf_dint.c.

Variable Documentation

const vf_info_t ff_vf_info_dint
Initial value:
= {
"drop interlaced frames",
"dint",
"A.G.",
"",
NULL
}

Definition at line 207 of file vf_dint.c.