libavfilter/libmpcodecs/vf_swapuv.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <assert.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 get_image (struct vf_instance *vf, mp_image_t *mpi)
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 vf_open (vf_instance_t *vf, char *args)

Variables

const vf_info_t vf_info_swapuv


Function Documentation

static void get_image ( struct vf_instance vf,
mp_image_t mpi 
) [static]

Definition at line 35 of file vf_swapuv.c.

static int put_image ( struct vf_instance vf,
mp_image_t mpi,
double  pts 
) [static]

Definition at line 51 of file vf_swapuv.c.

static int query_format ( struct vf_instance vf,
unsigned int  fmt 
) [static]

Definition at line 75 of file vf_swapuv.c.

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

Definition at line 90 of file vf_swapuv.c.


Variable Documentation

Initial value:

 {
    "UV swapper",
    "swapuv",
    "Michael Niedermayer",
    "",
    vf_open,
    NULL
}

Definition at line 97 of file vf_swapuv.c.


Generated on Fri Oct 26 02:43:51 2012 for FFmpeg by  doxygen 1.5.8