FFmpeg
Data Fields
FrameList Struct Reference

Linked list used to store timestamps and frame sizes of all frames in the FIFO for the first input. More...

Data Fields

int  nb_frames
 
int  nb_samples
 
 
 

Detailed Description

Linked list used to store timestamps and frame sizes of all frames in the FIFO for the first input.

This is needed to keep timestamps synchronized for the case where multiple input frames are pushed to the filter for processing before a frame is requested by the output link.

Definition at line 70 of file af_amix.c.

Field Documentation

int FrameList::nb_frames

Definition at line 71 of file af_amix.c.

Referenced by frame_list_add_frame(), frame_list_clear(), frame_list_remove_samples(), and request_frame().

int FrameList::nb_samples

Definition at line 72 of file af_amix.c.

Referenced by frame_list_add_frame(), frame_list_clear(), and frame_list_remove_samples().

FrameInfo* FrameList::list

Definition at line 73 of file af_amix.c.

Referenced by frame_list_add_frame(), frame_list_clear(), frame_list_next_frame_size(), frame_list_next_pts(), and frame_list_remove_samples().

FrameInfo* FrameList::end

Definition at line 74 of file af_amix.c.

Referenced by frame_list_add_frame(), frame_list_clear(), and frame_list_remove_samples().


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

Generated on Wed Jun 10 2015 01:57:21 for FFmpeg by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /