#include "avfilter.h"
Go to the source code of this file.
Data Structures | |
struct | AspectContext |
Functions | |
static av_cold int | init (AVFilterContext *ctx, const char *args, void *opaque) |
static void | start_frame (AVFilterLink *link, AVFilterBufferRef *picref) |
Definition in file vf_aspect.c.
static av_cold int init | ( | AVFilterContext * | ctx, | |
const char * | args, | |||
void * | opaque | |||
) | [static] |
Definition at line 32 of file vf_aspect.c.
static void start_frame | ( | AVFilterLink * | link, | |
AVFilterBufferRef * | picref | |||
) | [static] |
Definition at line 64 of file vf_aspect.c.