#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 FrameHookEntry * | first_hook |
| 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 | |||
| ) |
| void frame_hook_release | ( | void | ) |
Definition at line 102 of file framehook.c.
FrameHookEntry* first_hook [static] |
Definition at line 39 of file framehook.c.
1.5.8