FFmpeg
Data Fields
MTVDemuxContext Struct Reference

Data Fields

unsigned int file_size
 filesize, not always right More...
 
unsigned int segments
 number of 512 byte segments More...
 
unsigned int audio_identifier
 'MP3' on all files I have seen More...
 
unsigned int audio_br
 bitrate of audio channel (mp3) More...
 
unsigned int img_colorfmt
 frame colorfmt rgb 565/555 More...
 
unsigned int img_bpp
 frame bits per pixel More...
 
unsigned int img_width
 
unsigned int img_height
 
unsigned int img_segment_size
 size of image segment More...
 
unsigned int video_fps
 
unsigned int full_segment_size
 

Detailed Description

Definition at line 39 of file mtv.c.

Field Documentation

◆ file_size

unsigned int MTVDemuxContext::file_size

filesize, not always right

Definition at line 41 of file mtv.c.

Referenced by mtv_read_header().

◆ segments

unsigned int MTVDemuxContext::segments

number of 512 byte segments

Definition at line 42 of file mtv.c.

Referenced by mtv_read_header().

◆ audio_identifier

unsigned int MTVDemuxContext::audio_identifier

'MP3' on all files I have seen

Definition at line 43 of file mtv.c.

Referenced by mtv_read_header().

◆ audio_br

unsigned int MTVDemuxContext::audio_br

bitrate of audio channel (mp3)

Definition at line 44 of file mtv.c.

Referenced by mtv_read_header().

◆ img_colorfmt

unsigned int MTVDemuxContext::img_colorfmt

frame colorfmt rgb 565/555

Definition at line 45 of file mtv.c.

Referenced by mtv_read_header().

◆ img_bpp

unsigned int MTVDemuxContext::img_bpp

frame bits per pixel

Definition at line 46 of file mtv.c.

Referenced by mtv_read_header().

◆ img_width

unsigned int MTVDemuxContext::img_width

Definition at line 47 of file mtv.c.

Referenced by mtv_read_header().

◆ img_height

unsigned int MTVDemuxContext::img_height

Definition at line 48 of file mtv.c.

Referenced by mtv_read_header().

◆ img_segment_size

unsigned int MTVDemuxContext::img_segment_size

size of image segment

Definition at line 49 of file mtv.c.

Referenced by mtv_read_header(), and mtv_read_packet().

◆ video_fps

unsigned int MTVDemuxContext::video_fps

Definition at line 50 of file mtv.c.

Referenced by mtv_read_header().

◆ full_segment_size

unsigned int MTVDemuxContext::full_segment_size

Definition at line 51 of file mtv.c.

Referenced by mtv_read_header(), and mtv_read_packet().


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