FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 45 of file mmaldec.c.

Field Documentation

AVBufferRef* FFBufferEntry::ref
void* FFBufferEntry::data

Definition at line 47 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

size_t FFBufferEntry::length

Definition at line 48 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

int64_t FFBufferEntry::pts

Definition at line 49 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

int64_t FFBufferEntry::dts

Definition at line 49 of file mmaldec.c.

Referenced by ffmmal_add_packet(), and ffmmal_fill_input_port().

int FFBufferEntry::flags
struct FFBufferEntry* FFBufferEntry::next

Definition at line 51 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: