Functions

libavcodec/mpegaudiodecheader.c File Reference

MPEG Audio header decoder. More...

#include "avcodec.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.h"

Go to the source code of this file.

Functions

int ff_mpegaudio_decode_header (MPADecodeHeader *s, uint32_t header)

Detailed Description

MPEG Audio header decoder.

Definition in file mpegaudiodecheader.c.


Function Documentation

int ff_mpegaudio_decode_header ( MPADecodeHeader s,
uint32_t  header 
)

Definition at line 34 of file mpegaudiodecheader.c.

Referenced by decode_frame(), and ff_mpa_decode_header().