FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MovieContext Struct Reference

Data Fields

const AVClassclass
 
int64_t seek_point
 seekpoint in microseconds
 
double seek_point_d
 
char * format_name
 
char * file_name
 
char * stream_specs
 user-provided list of streams, separated by +
 
int stream_index
 for compatibility
 
int loop_count
 
AVFormatContextformat_ctx
 
int eof
 
AVPacket pkt
 
AVPacket pkt0
 
AVFrameframe
 video frame to store the decoded images in
 
int max_stream_index
 max stream # actually used for output
 
MovieStreamst
 array of all streams, one per output
 
int * out_index
 stream number -> output number map, or -1
 

Detailed Description

Definition at line 51 of file src_movie.c.

Field Documentation

const AVClass* MovieContext::class

Definition at line 53 of file src_movie.c.

int64_t MovieContext::seek_point

seekpoint in microseconds

Definition at line 54 of file src_movie.c.

Referenced by movie_common_init(), and rewind_file().

double MovieContext::seek_point_d

Definition at line 55 of file src_movie.c.

Referenced by movie_common_init().

char* MovieContext::format_name

Definition at line 56 of file src_movie.c.

Referenced by movie_common_init().

char* MovieContext::file_name

Definition at line 57 of file src_movie.c.

Referenced by movie_common_init(), and movie_push_frame().

char* MovieContext::stream_specs

user-provided list of streams, separated by +

Definition at line 58 of file src_movie.c.

Referenced by movie_common_init().

int MovieContext::stream_index

for compatibility

Definition at line 59 of file src_movie.c.

Referenced by movie_common_init().

int MovieContext::loop_count

Definition at line 60 of file src_movie.c.

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

AVFormatContext* MovieContext::format_ctx

Definition at line 62 of file src_movie.c.

Referenced by movie_common_init(), movie_push_frame(), movie_uninit(), and rewind_file().

int MovieContext::eof

Definition at line 63 of file src_movie.c.

Referenced by movie_push_frame(), and rewind_file().

AVPacket MovieContext::pkt

Definition at line 64 of file src_movie.c.

Referenced by movie_push_frame().

AVPacket MovieContext::pkt0

Definition at line 64 of file src_movie.c.

Referenced by movie_push_frame().

AVFrame* MovieContext::frame

video frame to store the decoded images in

Definition at line 65 of file src_movie.c.

Referenced by movie_push_frame(), and movie_uninit().

int MovieContext::max_stream_index

max stream # actually used for output

Definition at line 67 of file src_movie.c.

Referenced by movie_common_init(), and movie_push_frame().

MovieStream* MovieContext::st

array of all streams, one per output

Definition at line 68 of file src_movie.c.

Referenced by movie_common_init(), movie_config_output_props(), movie_push_frame(), movie_query_formats(), movie_uninit(), and rewind_file().

int* MovieContext::out_index

stream number -> output number map, or -1

Definition at line 69 of file src_movie.c.

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


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