#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.
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 |
Initial value:= {
"drop interlaced frames",
"dint",
"A.G.",
"",
}
Definition at line 207 of file vf_dint.c.