#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.
static int put_image |
( |
struct vf_instance * |
vf, |
|
|
mp_image_t * |
mpi, |
|
|
double |
pts |
|
) |
| |
|
static |
static int control |
( |
struct vf_instance * |
vf, |
|
|
int |
request, |
|
|
void * |
data |
|
) |
| |
|
static |
static void uninit |
( |
struct vf_instance * |
vf | ) |
|
|
static |
Initial value:= {
"resubmit duplicate frames for encoding",
"harddup",
"Rich Felker",
"",
}
Definition at line 85 of file vf_harddup.c.