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

Data Fields

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

Detailed Description

Definition at line 37 of file mtv.c.

Field Documentation

unsigned int MTVDemuxContext::file_size

filesize, not always right

Definition at line 39 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::segments

number of 512 byte segments

Definition at line 40 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::audio_identifier

'MP3' on all files I have seen

Definition at line 41 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::audio_br

bitrate of audio channel (mp3)

Definition at line 42 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::img_colorfmt

frame colorfmt rgb 565/555

Definition at line 43 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::img_bpp

frame bits per pixel

Definition at line 44 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::img_width

Definition at line 45 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::img_height

Definition at line 46 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::img_segment_size

size of image segment

Definition at line 47 of file mtv.c.

Referenced by mtv_read_header(), and mtv_read_packet().

unsigned int MTVDemuxContext::video_fps

Definition at line 48 of file mtv.c.

Referenced by mtv_read_header().

unsigned int MTVDemuxContext::full_segment_size

Definition at line 49 of file mtv.c.

Referenced by mtv_read_header(), and mtv_read_packet().


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