FFmpeg
Data Fields
MovieStream Struct Reference

Data Fields

AVFilterLinklink
 
AVStreamst
 
AVCodecContextcodec_ctx
 
int64_t discontinuity_threshold
 
int64_t last_pts
 
AVFrameframe
 
int eof
 

Detailed Description

Definition at line 53 of file src_movie.c.

Field Documentation

◆ link

AVFilterLink* MovieStream::link

Definition at line 54 of file src_movie.c.

Referenced by get_buffer(), and movie_config_output_props().

◆ st

AVStream* MovieStream::st

◆ codec_ctx

AVCodecContext* MovieStream::codec_ctx

◆ discontinuity_threshold

int64_t MovieStream::discontinuity_threshold

Definition at line 57 of file src_movie.c.

Referenced by decode_packet(), and movie_common_init().

◆ last_pts

int64_t MovieStream::last_pts

Definition at line 58 of file src_movie.c.

Referenced by activate(), and decode_packet().

◆ frame

AVFrame* MovieStream::frame

Definition at line 59 of file src_movie.c.

Referenced by decode_packet(), movie_common_init(), and movie_uninit().

◆ eof

int MovieStream::eof

Definition at line 60 of file src_movie.c.

Referenced by activate().


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