#include <avi.h>
Data Fields | |
| FILE * | avi |
| Pointer to avi file. | |
| AVI_MAIN_HEADER | avi_mh |
| Main header of the avi. | |
| AVI_STREAM ** | avi_s |
| Stream headers/formats/aditional datas of the avi. | |
| int | movi_offset |
| Start of the 'movi' list. | |
| int | video_stream |
| Index of video stream. | |
| int | audio_stream |
| Index of audio stream. | |
This struct is the main struct to handle the avi
1.2.18