#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 |
| void Process | ( | void * | ctx, | |
| AVPicture * | picture, | |||
| enum PixelFormat | pix_fmt, | |||
| int | width, | |||
| int | height, | |||
| int64_t | pts | |||
| ) |
1.5.8