FFmpeg
Data Fields
FFBitStreamFilterGraph Struct Reference

#include <bsf_internal.h>

Data Fields

AVBitStreamFilterGraph p
 The public AVBitStreamFilterGraph. More...
 
struct BitStreamFilterLinkInternal ** sink_links
 
struct BitStreamFilterLinkInternal ** source_links
 
int sink_links_count
 
int source_links_count
 
size_t max_packet_queue
 
size_t packets_queued
 

Detailed Description

Definition at line 210 of file bsf_internal.h.

Field Documentation

◆ p

AVBitStreamFilterGraph FFBitStreamFilterGraph::p

The public AVBitStreamFilterGraph.

See bsf.h for it.

Definition at line 214 of file bsf_internal.h.

Referenced by av_bsf_graph_alloc().

◆ sink_links

struct BitStreamFilterLinkInternal** FFBitStreamFilterGraph::sink_links

◆ source_links

struct BitStreamFilterLinkInternal** FFBitStreamFilterGraph::source_links

◆ sink_links_count

int FFBitStreamFilterGraph::sink_links_count

Definition at line 218 of file bsf_internal.h.

Referenced by graph_config_pointers(), and heap_bubble_down().

◆ source_links_count

int FFBitStreamFilterGraph::source_links_count

Definition at line 219 of file bsf_internal.h.

Referenced by av_bsf_graph_source_needs_input(), and graph_config_pointers().

◆ max_packet_queue

size_t FFBitStreamFilterGraph::max_packet_queue

Definition at line 221 of file bsf_internal.h.

Referenced by av_bsf_graph_alloc(), av_bsf_graph_config(), and ff_bsf_filter_packet().

◆ packets_queued

size_t FFBitStreamFilterGraph::packets_queued

The documentation for this struct was generated from the following file: