FFmpeg
Data Fields
MovieContext Struct Reference

Data Fields

const AVClassclass
 
int64_t seek_point
 seekpoint in microseconds More...
 
double seek_point_d
 
char * format_name
 
char * file_name
 
char * stream_specs
 user-provided list of streams, separated by + More...
 
int stream_index
 for compatibility More...
 
int loop_count
 
int64_t discontinuity_threshold
 
int64_t ts_offset
 
AVFormatContextformat_ctx
 
int max_stream_index
 max stream # actually used for output More...
 
MovieStreamst
 array of all streams, one per output More...
 
intout_index
 stream number -> output number map, or -1 More...
 

Detailed Description

Definition at line 58 of file src_movie.c.

Field Documentation

◆ class

const AVClass* MovieContext::class

Definition at line 60 of file src_movie.c.

◆ seek_point

int64_t MovieContext::seek_point

seekpoint in microseconds

Definition at line 61 of file src_movie.c.

Referenced by movie_common_init(), and rewind_file().

◆ seek_point_d

double MovieContext::seek_point_d

Definition at line 62 of file src_movie.c.

Referenced by movie_common_init().

◆ format_name

char* MovieContext::format_name

Definition at line 63 of file src_movie.c.

Referenced by movie_common_init().

◆ file_name

char* MovieContext::file_name

Definition at line 64 of file src_movie.c.

Referenced by movie_common_init(), and movie_push_frame().

◆ stream_specs

char* MovieContext::stream_specs

user-provided list of streams, separated by +

Definition at line 65 of file src_movie.c.

Referenced by movie_common_init().

◆ stream_index

int MovieContext::stream_index

for compatibility

Definition at line 66 of file src_movie.c.

Referenced by movie_common_init().

◆ loop_count

int MovieContext::loop_count

Definition at line 67 of file src_movie.c.

Referenced by movie_common_init(), movie_request_frame(), and rewind_file().

◆ discontinuity_threshold

int64_t MovieContext::discontinuity_threshold

Definition at line 68 of file src_movie.c.

Referenced by movie_common_init().

◆ ts_offset

int64_t MovieContext::ts_offset

Definition at line 69 of file src_movie.c.

Referenced by movie_push_frame().

◆ format_ctx

AVFormatContext* MovieContext::format_ctx

◆ max_stream_index

int MovieContext::max_stream_index

max stream # actually used for output

Definition at line 73 of file src_movie.c.

Referenced by movie_common_init(), and movie_decode_packet().

◆ st

MovieStream* MovieContext::st

◆ out_index

int* MovieContext::out_index

stream number -> output number map, or -1

Definition at line 75 of file src_movie.c.

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


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