FFmpeg
Public Attributes | List of all members
FFFrameSync Struct Reference

Frame sync structure. More...

#include <framesync.h>

Public Attributes

const AVClassclass
 
AVFilterContextparent
 Parent filter context.
 
unsigned nb_in
 Number of input streams.
 
AVRational time_base
 Time base for the output events.
 
int64_t pts
 Timestamp of the current event.
 
int(* on_event )(struct FFFrameSync *fs)
 Callback called when a frame event is ready.
 
void * opaque
 Opaque pointer, not used by the API.
 
unsigned in_request
 Index of the input that requires a request.
 
unsigned sync_level
 Synchronization level: only inputs with the same sync level are sync sources.
 
uint8_t frame_ready
 Flag indicating that a frame event is ready.
 
uint8_t eof
 Flag indicating that output has reached EOF.
 
FFFrameSyncInin
 Pointer to array of inputs.
 
int opt_repeatlast
 
int opt_shortest
 
int opt_eof_action
 

Detailed Description

Frame sync structure.


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