|
FFmpeg
|
Link properties exposed to filter code, but not external callers. More...
#include <filters.h>
Data Fields | |
| AVBitStreamFilterContext * | src |
| source filter More... | |
| AVBitStreamFilterPad * | srcpad |
| output pad on the source filter More... | |
| AVBitStreamFilterContext * | dst |
| dest filter More... | |
| AVBitStreamFilterPad * | dstpad |
| input pad on the dest filter More... | |
| struct AVBitStreamFilterGraph * | graph |
| Graph the filter belongs to. More... | |
| AVCodecParameters * | par |
| AVRational | time_base |
| int64_t | current_pts |
| Current timestamp of the link, as defined by the most recent packet(s), in link time_base units. More... | |
| int64_t | current_pts_us |
| Current timestamp of the link, as defined by the most recent packet(s), in AV_TIME_BASE units. More... | |
| int64_t | packet_count_in |
| Number of past packets sent through the link. More... | |
| int64_t | packet_count_out |
Link properties exposed to filter code, but not external callers.
A link between two filters.
This contains pointers to the source and destination filters between which this link exists, and the indexes of the pads involved.
| AVBitStreamFilterContext* AVBitStreamFilterLink::src |
| AVBitStreamFilterPad* AVBitStreamFilterLink::srcpad |
| AVBitStreamFilterContext* AVBitStreamFilterLink::dst |
| AVBitStreamFilterPad* AVBitStreamFilterLink::dstpad |
| struct AVBitStreamFilterGraph* AVBitStreamFilterLink::graph |
Graph the filter belongs to.
Definition at line 117 of file filters.h.
Referenced by update_link_current_pts().
| AVCodecParameters* AVBitStreamFilterLink::par |
| AVRational AVBitStreamFilterLink::time_base |
Definition at line 122 of file filters.h.
Referenced by config_output(), ff_packetsync_init_dualinput(), and update_link_current_pts().
| int64_t AVBitStreamFilterLink::current_pts |
Current timestamp of the link, as defined by the most recent packet(s), in link time_base units.
Definition at line 128 of file filters.h.
Referenced by update_link_current_pts().
| int64_t AVBitStreamFilterLink::current_pts_us |
Current timestamp of the link, as defined by the most recent packet(s), in AV_TIME_BASE units.
Definition at line 134 of file filters.h.
Referenced by heap_bubble_down(), heap_bubble_up(), and update_link_current_pts().
| int64_t AVBitStreamFilterLink::packet_count_in |
| int64_t AVBitStreamFilterLink::packet_count_out |
Definition at line 139 of file filters.h.
Referenced by consume_update().
1.8.17