| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVFormatContext * | avf | 
| unsigned char * | buf | 
| int | buf_size | 
| uint64_t | frame_pts_inc | 
| unsigned int | video_bpp | 
| unsigned int | video_width | 
| unsigned int | video_height | 
| int64_t | video_pts | 
| uint32_t | palette [256] | 
| int | has_palette | 
| int | changed | 
| uint8_t | send_buffer | 
| uint8_t | frame_format | 
| unsigned int | audio_bits | 
| unsigned int | audio_channels | 
| unsigned int | audio_sample_rate | 
| enum AVCodecID | audio_type | 
| unsigned int | audio_frame_count | 
| int | video_stream_index | 
| int | audio_stream_index | 
| int64_t | audio_chunk_offset | 
| int | audio_chunk_size | 
| int64_t | video_chunk_offset | 
| int | video_chunk_size | 
| int64_t | skip_map_chunk_offset | 
| int | skip_map_chunk_size | 
| int64_t | decode_map_chunk_offset | 
| int | decode_map_chunk_size | 
| int64_t | next_chunk_offset | 
| AVFormatContext* IPMVEContext::avf | 
Definition at line 83 of file ipmovie.c.
Referenced by ipmovie_read_header().
| unsigned int IPMVEContext::video_bpp | 
Definition at line 89 of file ipmovie.c.
Referenced by ipmovie_read_header().
| unsigned int IPMVEContext::video_width | 
Definition at line 90 of file ipmovie.c.
Referenced by ipmovie_read_header().
| unsigned int IPMVEContext::video_height | 
Definition at line 91 of file ipmovie.c.
Referenced by ipmovie_read_header().
| uint32_t IPMVEContext::palette[256] | 
Definition at line 93 of file ipmovie.c.
Referenced by ipmovie_read_header().
| unsigned int IPMVEContext::audio_bits | 
Definition at line 99 of file ipmovie.c.
Referenced by init_audio().
| unsigned int IPMVEContext::audio_channels | 
Definition at line 100 of file ipmovie.c.
Referenced by init_audio().
| unsigned int IPMVEContext::audio_sample_rate | 
Definition at line 101 of file ipmovie.c.
Referenced by init_audio().
| enum AVCodecID IPMVEContext::audio_type | 
Definition at line 102 of file ipmovie.c.
Referenced by init_audio(), and ipmovie_read_header().
| int IPMVEContext::video_stream_index | 
Definition at line 105 of file ipmovie.c.
Referenced by ipmovie_read_header().
| int IPMVEContext::audio_stream_index | 
Definition at line 106 of file ipmovie.c.
Referenced by init_audio().
| int64_t IPMVEContext::next_chunk_offset | 
Definition at line 117 of file ipmovie.c.
Referenced by ipmovie_read_header().
 1.8.17