#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "config.h"
#include "mp_msg.h"
#include "help_mp.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 | put_image (vf_instance_t *vf, mp_image_t *src, double pts) |
static void | uninit (vf_instance_t *vf) |
static int | parse_args (struct vf_priv_s *p, const char *args) |
static int | open (vf_instance_t *vf, char *args) |
Variables | |
const vf_info_t | vf_info_fixpts |
static int open | ( | vf_instance_t * | vf, | |
char * | args | |||
) | [static] |
Definition at line 106 of file vf_fixpts.c.
Referenced by audio_open(), av_file_map(), av_tempfile(), bktr_init(), build_feed_streams(), dv1394_read_header(), fbdev_read_header(), grab_read_header(), http_start_receive_data(), main(), read_random(), and start_children().
static int parse_args | ( | struct vf_priv_s * | p, | |
const char * | args | |||
) | [static] |
Definition at line 74 of file vf_fixpts.c.
static int put_image | ( | vf_instance_t * | vf, | |
mp_image_t * | src, | |||
double | pts | |||
) | [static] |
Definition at line 41 of file vf_fixpts.c.
static void uninit | ( | vf_instance_t * | vf | ) | [static] |
Definition at line 69 of file vf_fixpts.c.
const vf_info_t vf_info_fixpts |
Initial value:
Definition at line 130 of file vf_fixpts.c.