#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.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.
Functions | |
static void | mirror (unsigned char *dst, unsigned char *src, int dststride, int srcstride, int w, int h, int bpp, unsigned int fmt) |
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 | vf_info_mirror |
static void mirror | ( | unsigned char * | dst, | |
unsigned char * | src, | |||
int | dststride, | |||
int | srcstride, | |||
int | w, | |||
int | h, | |||
int | bpp, | |||
unsigned int | fmt | |||
) | [static] |
Definition at line 32 of file vf_mirror.c.
static int put_image | ( | struct vf_instance * | vf, | |
mp_image_t * | mpi, | |||
double | pts | |||
) | [static] |
Definition at line 86 of file vf_mirror.c.
static int vf_open | ( | vf_instance_t * | vf, | |
char * | args | |||
) | [static] |
Definition at line 116 of file vf_mirror.c.
const vf_info_t vf_info_mirror |
Initial value:
Definition at line 122 of file vf_mirror.c.