vhook/null.c File Reference

#include <stdio.h>
#include "libavformat/framehook.h"
#include "libswscale/swscale.h"

Go to the source code of this file.

Data Structures

struct  ContextInfo
 Context info for this vhook - stores the pipe and image buffers. More...

Functions

void Release (void *ctx)
int Configure (void **ctxp, int argc, char *argv[])
void Process (void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width, int height, int64_t pts)

Variables

static int sws_flags = SWS_BICUBIC


Function Documentation

int Configure ( void **  ctxp,
int  argc,
char *  argv[] 
)

Definition at line 51 of file null.c.

void Process ( void *  ctx,
AVPicture picture,
enum PixelFormat  pix_fmt,
int  width,
int  height,
int64_t  pts 
)

Definition at line 59 of file null.c.

void Release ( void *  ctx  ) 

Definition at line 39 of file null.c.


Variable Documentation

int sws_flags = SWS_BICUBIC [static]

Definition at line 26 of file null.c.


Generated on Fri Oct 26 02:35:46 2012 for FFmpeg by  doxygen 1.5.8