FFmpeg
Data Fields
MovieStream Struct Reference

Data Fields

AVStreamst
 
AVCodecContextcodec_ctx
 
int done
 
int64_t discontinuity_threshold
 
int64_t last_pts
 

Detailed Description

Definition at line 51 of file src_movie.c.

Field Documentation

◆ st

AVStream* MovieStream::st

◆ codec_ctx

AVCodecContext* MovieStream::codec_ctx

Definition at line 53 of file src_movie.c.

Referenced by movie_push_frame(), movie_uninit(), open_stream(), process_command(), and rewind_file().

◆ done

int MovieStream::done

Definition at line 54 of file src_movie.c.

Referenced by movie_push_frame(), process_command(), and rewind_file().

◆ discontinuity_threshold

int64_t MovieStream::discontinuity_threshold

Definition at line 55 of file src_movie.c.

Referenced by movie_common_init(), and movie_push_frame().

◆ last_pts

int64_t MovieStream::last_pts

Definition at line 56 of file src_movie.c.

Referenced by movie_push_frame().


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