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

Field Documentation

AVStream* MovieStream::st
AVCodecContext* MovieStream::codec_ctx

Definition at line 49 of file src_movie.c.

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

int MovieStream::done

Definition at line 50 of file src_movie.c.

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

int64_t MovieStream::discontinuity_threshold

Definition at line 51 of file src_movie.c.

Referenced by movie_common_init(), and movie_push_frame().

int64_t MovieStream::last_pts

Definition at line 52 of file src_movie.c.

Referenced by movie_push_frame().


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