#include <inttypes.h>
Go to the source code of this file.
Data Structures | |
struct | MLPHeaderInfo |
Functions | |
int | ff_mlp_read_major_sync (void *log, MLPHeaderInfo *mh, const uint8_t *buf, unsigned int buf_size) |
Read a major sync info header - contains high level information about the stream - sample rate, channel arrangement etc. |
Definition in file mlp_parser.h.
int ff_mlp_read_major_sync | ( | void * | log, | |
MLPHeaderInfo * | mh, | |||
const uint8_t * | buf, | |||
unsigned int | buf_size | |||
) |
Read a major sync info header - contains high level information about the stream - sample rate, channel arrangement etc.
Most of this information is not actually necessary for decoding, only for playback.
Definition at line 93 of file mlp_parser.c.
Referenced by mlp_parse().