FFmpeg
|
vf_aspect.c File Reference
aspect ratio modification video filters More...
#include <float.h>
#include "libavutil/common.h"
#include "libavutil/eval.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Include dependency graph for vf_aspect.c:
Go to the source code of this file.
Data Structures | |
struct | AspectContext |
Macros | |
#define | OFFSET(x) offsetof(AspectContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
static av_cold int | init (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *link, AVFrame *frame) |
static void | compute_dar (AVRational *dar, AVRational sar, int w, int h) |
Detailed Description
aspect ratio modification video filters
Definition in file vf_aspect.c.
Macro Definition Documentation
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 87 of file vf_aspect.c.
Referenced by compute_dar().
#define OFFSET | ( | x | ) | offsetof(AspectContext, x) |
Definition at line 86 of file vf_aspect.c.
Referenced by compute_dar().
Function Documentation
|
inlinestatic |
Definition at line 89 of file vf_aspect.c.
|
static |
Definition at line 78 of file vf_aspect.c.
Referenced by compute_dar().
|
static |
Definition at line 48 of file vf_aspect.c.
Referenced by compute_dar().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11