| FFmpeg
    4.0
    | 
| 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 | 
| unsigned int MTVDemuxContext::file_size | 
| unsigned int MTVDemuxContext::segments | 
| unsigned int MTVDemuxContext::audio_identifier | 
'MP3' on all files I have seen
Definition at line 42 of file mtv.c.
Referenced by mtv_read_header().
| unsigned int MTVDemuxContext::audio_br | 
bitrate of audio channel (mp3)
Definition at line 43 of file mtv.c.
Referenced by mtv_read_header().
| unsigned int MTVDemuxContext::img_colorfmt | 
| unsigned int MTVDemuxContext::img_bpp | 
| unsigned int MTVDemuxContext::img_width | 
Definition at line 46 of file mtv.c.
Referenced by mtv_read_header().
| unsigned int MTVDemuxContext::img_height | 
Definition at line 47 of file mtv.c.
Referenced by mtv_read_header().
| unsigned int MTVDemuxContext::img_segment_size | 
size of image segment
Definition at line 48 of file mtv.c.
Referenced by mtv_read_header(), and mtv_read_packet().
| unsigned int MTVDemuxContext::video_fps | 
Definition at line 49 of file mtv.c.
Referenced by mtv_read_header().
| unsigned int MTVDemuxContext::full_segment_size | 
Definition at line 50 of file mtv.c.
Referenced by mtv_read_header(), and mtv_read_packet().
 1.8.13
 1.8.13