Searched defs:AVFilterLink (Results 1 – 1 of 1) sorted by relevance
74 typedef struct AVFilterLink AVFilterLink; typedef538 struct AVFilterLink { struct539 AVFilterContext *src; ///< source filter540 AVFilterPad *srcpad; ///< output pad on the source filter542 AVFilterContext *dst; ///< dest filter543 AVFilterPad *dstpad; ///< input pad on the dest filter545 enum AVMediaType type; ///< filter media type548 int w; ///< agreed upon image width549 int h; ///< agreed upon image height550 AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio[all …]