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

Data Fields

const AVClassclass
 
int chars_per_frame
 characters to send decoder per frame; set by private options as characters per second, and then converted to characters per frame at runtime
 
int width
 
int height
 video size (WxH pixels) (private option)
 
AVRational framerate
 frames per second (private option)
 
uint64_t fsize
 file size less metadata buffer
 

Detailed Description

Definition at line 41 of file bintext.c.

Field Documentation

const AVClass* BinDemuxContext::class

Definition at line 42 of file bintext.c.

int BinDemuxContext::chars_per_frame

characters to send decoder per frame; set by private options as characters per second, and then converted to characters per frame at runtime

Definition at line 43 of file bintext.c.

Referenced by init_stream(), and read_packet().

int BinDemuxContext::width

Definition at line 46 of file bintext.c.

Referenced by init_stream().

int BinDemuxContext::height

video size (WxH pixels) (private option)

Definition at line 46 of file bintext.c.

AVRational BinDemuxContext::framerate

frames per second (private option)

Definition at line 47 of file bintext.c.

Referenced by init_stream().

uint64_t BinDemuxContext::fsize

file size less metadata buffer

Definition at line 48 of file bintext.c.

Referenced by read_packet().


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