#include <stdint.h>
#include "libavutil/samplefmt.h"
Go to the source code of this file.
Data Structures | |
struct | FLACDSPContext |
Functions | |
void | ff_flacdsp_init (FLACDSPContext *c, enum AVSampleFormat fmt, int bps) |
void | ff_flacdsp_init_arm (FLACDSPContext *c, enum AVSampleFormat fmt, int bps) |
void ff_flacdsp_init | ( | FLACDSPContext * | c, | |
enum AVSampleFormat | fmt, | |||
int | bps | |||
) |
Definition at line 86 of file flacdsp.c.
Referenced by decode_frame(), flac_decode_init(), and parse_streaminfo().
void ff_flacdsp_init_arm | ( | FLACDSPContext * | c, | |
enum AVSampleFormat | fmt, | |||
int | bps | |||
) |