FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mpegaudio.c File Reference

MPEG Audio common code. More...

#include "mpegaudio.h"

Go to the source code of this file.

Functions

int ff_mpa_l2_select_table (int bitrate, int nb_channels, int freq, int lsf)
 

Detailed Description

MPEG Audio common code.

Definition in file mpegaudio.c.

Function Documentation

int ff_mpa_l2_select_table ( int  bitrate,
int  nb_channels,
int  freq,
int  lsf 
)

Definition at line 31 of file mpegaudio.c.

Referenced by mp_decode_layer2(), and MPA_encode_init().