Searched defs:AVFilterLink (Results 1 – 1 of 1) sorted by relevance
68 typedef struct AVFilterLink AVFilterLink; typedef471 struct AVFilterLink { struct472 AVFilterContext *src; ///< source filter473 AVFilterPad *srcpad; ///< output pad on the source filter475 AVFilterContext *dst; ///< dest filter476 AVFilterPad *dstpad; ///< input pad on the dest filter478 enum AVMediaType type; ///< filter media type481 int w; ///< agreed upon image width482 int h; ///< agreed upon image height483 AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio[all …]