#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | AspectContext |
Functions | |
static av_cold int | init (AVFilterContext *ctx, const char *args) |
static int | start_frame (AVFilterLink *link, AVFilterBufferRef *picref) |
Definition in file vf_aspect.c.
static av_cold int init | ( | AVFilterContext * | ctx, | |
const char * | args | |||
) | [static] |
Definition at line 37 of file vf_aspect.c.
static int start_frame | ( | AVFilterLink * | link, | |
AVFilterBufferRef * | picref | |||
) | [static] |
Definition at line 55 of file vf_aspect.c.