libavformat/framehook.c File Reference

#include <errno.h>
#include "config.h"
#include "avformat.h"
#include "framehook.h"

Go to the source code of this file.

Data Structures

struct  FrameHookEntry

Functions

int frame_hook_add (int argc, char *argv[])
void frame_hook_process (AVPicture *pict, enum PixelFormat pix_fmt, int width, int height, int64_t pts)
void frame_hook_release (void)

Variables

static FrameHookEntryfirst_hook


Function Documentation

int frame_hook_add ( int  argc,
char *  argv[] 
)

Definition at line 42 of file framehook.c.

void frame_hook_process ( AVPicture pict,
enum PixelFormat  pix_fmt,
int  width,
int  height,
int64_t  pts 
)

Definition at line 91 of file framehook.c.

Referenced by pre_process_video_frame().

void frame_hook_release ( void   ) 

Definition at line 102 of file framehook.c.


Variable Documentation

Definition at line 39 of file framehook.c.


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