RetroArch
Public Attributes | List of all members
ff_video_info Struct Reference
Collaboration diagram for ff_video_info:
[legend]

Public Attributes

AVCodecContext * codec
 
AVCodec * encoder
 
AVFrame * conv_frame
 
uint8_tconv_frame_buf
 
int64_t frame_cnt
 
uint8_toutbuf
 
size_t outbuf_size
 
enum PixelFormat pix_fmt
 
enum PixelFormat in_pix_fmt
 
unsigned frame_drop_ratio
 
unsigned frame_drop_count
 
size_t pix_size
 
AVFormatContext * format
 
struct scaler_ctx scaler
 
struct SwsContext * sws
 
bool use_sws
 

Member Data Documentation

◆ codec

AVCodecContext* ff_video_info::codec

◆ conv_frame

AVFrame* ff_video_info::conv_frame

◆ conv_frame_buf

uint8_t* ff_video_info::conv_frame_buf

◆ encoder

AVCodec* ff_video_info::encoder

◆ format

AVFormatContext* ff_video_info::format

◆ frame_cnt

int64_t ff_video_info::frame_cnt

◆ frame_drop_count

unsigned ff_video_info::frame_drop_count

◆ frame_drop_ratio

unsigned ff_video_info::frame_drop_ratio

◆ in_pix_fmt

enum PixelFormat ff_video_info::in_pix_fmt

◆ outbuf

uint8_t* ff_video_info::outbuf

◆ outbuf_size

size_t ff_video_info::outbuf_size

◆ pix_fmt

enum PixelFormat ff_video_info::pix_fmt

◆ pix_size

size_t ff_video_info::pix_size

◆ scaler

struct scaler_ctx ff_video_info::scaler

◆ sws

struct SwsContext* ff_video_info::sws

◆ use_sws

bool ff_video_info::use_sws

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