FFmpeg
Data Structures | Functions | Variables
vf_dsize.c File Reference
#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.

Data Structures

struct  vf_priv_s
 

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 void uninit (vf_instance_t *vf)
 
static int vf_open (vf_instance_t *vf, char *args)
 

Variables

const vf_info_t ff_vf_info_dsize
 

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

Definition at line 38 of file vf_dsize.c.

Referenced by vf_open().

static void uninit ( vf_instance_t vf)
static

Definition at line 77 of file vf_dsize.c.

Referenced by vf_open().

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

Definition at line 82 of file vf_dsize.c.

Variable Documentation

const vf_info_t ff_vf_info_dsize
Initial value:
= {
"reset displaysize/aspect",
"dsize",
"Rich Felker",
"",
}

Definition at line 116 of file vf_dsize.c.