#include "flac.h"
Go to the source code of this file.
Functions | |
int | ff_flac_get_max_frame_size (int blocksize, int ch, int bps) |
Calculate an estimate for the maximum frame size based on verbatim mode. |
int ff_flac_get_max_frame_size | ( | int | blocksize, | |
int | ch, | |||
int | bps | |||
) |
Calculate an estimate for the maximum frame size based on verbatim mode.
blocksize | block size, in samples | |
ch | number of channels | |
bps | bits-per-sample |
Definition at line 24 of file flac.c.
Referenced by allocate_buffers(), and flac_encode_init().