#include "mms.h"#include "asf.h"#include "libavutil/intreadwrite.h"Go to the source code of this file.
Defines | |
| #define | MMS_MAX_STREAMS MAX_STREAMS |
Functions | |
| int | ff_mms_read_header (MMSContext *mms, uint8_t *buf, const int size) |
| int | ff_mms_read_data (MMSContext *mms, uint8_t *buf, const int size) |
| int | ff_mms_asf_header_parser (MMSContext *mms) |
| #define MMS_MAX_STREAMS MAX_STREAMS |
| int ff_mms_asf_header_parser | ( | MMSContext * | mms | ) |
| int ff_mms_read_data | ( | MMSContext * | mms, | |
| uint8_t * | buf, | |||
| const int | size | |||
| ) |
| int ff_mms_read_header | ( | MMSContext * | mms, | |
| uint8_t * | buf, | |||
| const int | size | |||
| ) |
1.5.8