FFmpeg  4.0
Data Fields
FFBufferEntry Struct Reference

Data Fields

AVBufferRefref
 
voiddata
 
size_t length
 
int64_t pts
 
int64_t dts
 
int flags
 
struct FFBufferEntrynext
 

Detailed Description

Definition at line 46 of file mmaldec.c.

Field Documentation

◆ ref

AVBufferRef* FFBufferEntry::ref

◆ data

void* FFBufferEntry::data

Definition at line 48 of file mmaldec.c.

Referenced by ffmmal_add_packet(), ffmmal_decode(), and ffmmal_fill_input_port().

◆ length

size_t FFBufferEntry::length

Definition at line 49 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

◆ pts

int64_t FFBufferEntry::pts

Definition at line 50 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

◆ dts

int64_t FFBufferEntry::dts

Definition at line 50 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

◆ flags

int FFBufferEntry::flags

◆ next

struct FFBufferEntry* FFBufferEntry::next

Definition at line 52 of file mmaldec.c.

Referenced by ffmmal_add_packet(), ffmmal_fill_input_port(), and ffmmal_stop_decoder().


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