Data Fields | |
| unsigned char * | buf |
| int | buf_size |
| uint64_t | frame_pts_inc |
| unsigned int | video_width |
| unsigned int | video_height |
| int64_t | video_pts |
| unsigned int | audio_bits |
| unsigned int | audio_channels |
| unsigned int | audio_sample_rate |
| enum CodecID | 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 | decode_map_chunk_offset |
| int | decode_map_chunk_size |
| int64_t | next_chunk_offset |
| AVPaletteControl | palette_control |
Definition at line 91 of file ipmovie.c.
| unsigned int IPMVEContext::audio_bits |
Definition at line 102 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
| unsigned int IPMVEContext::audio_channels |
Definition at line 103 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
| int64_t IPMVEContext::audio_chunk_offset |
Definition at line 111 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 112 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
| unsigned int IPMVEContext::audio_frame_count |
Definition at line 106 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
| unsigned int IPMVEContext::audio_sample_rate |
Definition at line 104 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
Definition at line 109 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
Definition at line 105 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
| unsigned char* IPMVEContext::buf |
Definition at line 115 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 116 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
| uint64_t IPMVEContext::frame_pts_inc |
Definition at line 96 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
| int64_t IPMVEContext::next_chunk_offset |
Definition at line 118 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 120 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
| int64_t IPMVEContext::video_chunk_offset |
Definition at line 113 of file ipmovie.c.
Referenced by ipmovie_read_header(), load_ipmovie_packet(), and process_ipmovie_chunk().
Definition at line 114 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
| unsigned int IPMVEContext::video_height |
Definition at line 99 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
| int64_t IPMVEContext::video_pts |
Definition at line 100 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
Definition at line 108 of file ipmovie.c.
Referenced by ipmovie_read_header(), and load_ipmovie_packet().
| unsigned int IPMVEContext::video_width |
Definition at line 98 of file ipmovie.c.
Referenced by ipmovie_read_header(), and process_ipmovie_chunk().
1.5.8