Libav
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
 
int stream_index
 
AVFormatContextformat_ctx
 
AVCodecContextcodec_ctx
 
int is_done
 
AVFrameframe
 video frame to store the decoded images in More...
 
int w
 
int h
 

Detailed Description

Definition at line 44 of file vsrc_movie.c.

Field Documentation

const AVClass* MovieContext::class

Definition at line 45 of file vsrc_movie.c.

int64_t MovieContext::seek_point

seekpoint in microseconds

Definition at line 46 of file vsrc_movie.c.

Referenced by init(), and movie_init().

double MovieContext::seek_point_d

Definition at line 47 of file vsrc_movie.c.

Referenced by init().

char* MovieContext::format_name

Definition at line 48 of file vsrc_movie.c.

Referenced by movie_init().

char* MovieContext::file_name

Definition at line 49 of file vsrc_movie.c.

Referenced by movie_get_frame(), and movie_init().

int MovieContext::stream_index

Definition at line 50 of file vsrc_movie.c.

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

AVFormatContext* MovieContext::format_ctx

Definition at line 52 of file vsrc_movie.c.

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

AVCodecContext* MovieContext::codec_ctx

Definition at line 53 of file vsrc_movie.c.

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

int MovieContext::is_done

Definition at line 54 of file vsrc_movie.c.

Referenced by movie_get_frame(), and request_frame().

AVFrame* MovieContext::frame

video frame to store the decoded images in

Definition at line 55 of file vsrc_movie.c.

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

int MovieContext::w

Definition at line 57 of file vsrc_movie.c.

Referenced by config_output_props(), and movie_init().

int MovieContext::h

Definition at line 57 of file vsrc_movie.c.

Referenced by config_output_props(), and movie_init().


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