FFmpeg
|
#include "config_components.h"
#include "ac3dec.h"
#include "codec_internal.h"
#include "profiles.h"
#include "ac3dec.c"
Go to the source code of this file.
Macros | |
#define | IMDCT_TYPE AV_TX_FLOAT_MDCT |
Upmix delay samples from stereo to original channel layout. More... | |
Variables | |
static const AVOption | options [] |
static const AVClass | ac3_eac3_decoder_class |
const FFCodec | ff_ac3_decoder |
#define IMDCT_TYPE AV_TX_FLOAT_MDCT |
Upmix delay samples from stereo to original channel layout.
Definition at line 32 of file ac3dec_float.c.
Definition at line 42 of file ac3dec_float.c.
|
static |
Definition at line 59 of file ac3dec_float.c.
const FFCodec ff_ac3_decoder |
Definition at line 66 of file ac3dec_float.c.