FFmpeg
|
libmpcodecs/vf_tinterlace.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"
#include "libvo/fastmemcpy.h"
Include dependency graph for libmpcodecs/vf_tinterlace.c:
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 | query_format (struct vf_instance *vf, unsigned int fmt) |
static int | config (struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) |
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_tinterlace |
Function Documentation
|
static |
Definition at line 191 of file libmpcodecs/vf_tinterlace.c.
Referenced by vf_open().
|
static |
Definition at line 40 of file libmpcodecs/vf_tinterlace.c.
Referenced by vf_open().
|
static |
Definition at line 179 of file libmpcodecs/vf_tinterlace.c.
Referenced by vf_open().
|
static |
Definition at line 207 of file libmpcodecs/vf_tinterlace.c.
Referenced by vf_open().
|
static |
Definition at line 212 of file libmpcodecs/vf_tinterlace.c.
Variable Documentation
const vf_info_t ff_vf_info_tinterlace |
Initial value:
= {
"temporal field interlacing",
"tinterlace",
"Michael Zucchi",
"",
}
Definition at line 228 of file libmpcodecs/vf_tinterlace.c.
Generated on Fri Dec 20 2024 06:56:16 for FFmpeg by 1.8.11