FFmpeg
Loading...
Searching...
No Matches
mms.c File Reference
#include "mms.h"
#include "asf.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"

Go to the source code of this file.

Macros

#define MMS_MAX_STREAMS   256
 arbitrary sanity check value
 

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)
 

Macro Definition Documentation

◆ MMS_MAX_STREAMS

#define MMS_MAX_STREAMS   256

arbitrary sanity check value

Definition at line 28 of file mms.c.

Referenced by ff_mms_asf_header_parser().

Function Documentation

◆ ff_mms_read_header()

int ff_mms_read_header ( MMSContext * mms,
uint8_t * buf,
const int size )

Definition at line 30 of file mms.c.

Referenced by mms_read(), and mmsh_read().

◆ ff_mms_read_data()

int ff_mms_read_data ( MMSContext * mms,
uint8_t * buf,
const int size )

Definition at line 45 of file mms.c.

Referenced by mms_read(), and mmsh_read().

◆ ff_mms_asf_header_parser()

int ff_mms_asf_header_parser ( MMSContext * mms)

Definition at line 55 of file mms.c.

Referenced by get_http_header_data(), and mms_open().