MovieContext Struct Reference

Data Fields

const AVClassclass
int64_t seek_point
 seekpoint in microseconds
double seek_point_d
char * format_name
char * file_name
int stream_index
AVFormatContextformat_ctx
AVCodecContextcodec_ctx
int is_done
AVFrameframe
 video frame to store the decoded images in
int w
int h
AVFilterBufferRefpicref

Detailed Description

Definition at line 40 of file vsrc_movie.c.


Field Documentation

Definition at line 41 of file vsrc_movie.c.

Referenced by init().

Definition at line 45 of file vsrc_movie.c.

Referenced by init(), movie_get_frame(), movie_init(), and uninit().

Definition at line 44 of file vsrc_movie.c.

Referenced by movie_init(), and uninit().

video frame to store the decoded images in

Definition at line 51 of file vsrc_movie.c.

Referenced by movie_get_frame(), movie_init(), and uninit().

Definition at line 53 of file vsrc_movie.c.

Referenced by config_output_props(), and movie_init().

Definition at line 50 of file vsrc_movie.c.

Referenced by movie_get_frame(), and request_frame().

seekpoint in microseconds

Definition at line 42 of file vsrc_movie.c.

Referenced by init(), and movie_init().

Definition at line 43 of file vsrc_movie.c.

Referenced by init().

Definition at line 46 of file vsrc_movie.c.

Referenced by config_output_props(), movie_get_frame(), and movie_init().

Definition at line 53 of file vsrc_movie.c.

Referenced by config_output_props(), and movie_init().


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