#include "libavutil/mathematics.h"
#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 33 of file vf_aspect.c.
| static void start_frame | ( | AVFilterLink * | link, | |
| AVFilterBufferRef * | picref | |||
| ) | [static] |
Definition at line 65 of file vf_aspect.c.
1.5.8