flac/include
Martijn van Beurden b5f4a1535c Add API functions to limit minimum bitrate
Quite a lot of decoders have trouble streaming or seeking in a
file with frames that only consist of constant subframes because
of the large difference between the largest and smallest subframe.

To remedy this, this commit makes it possible to disable the use
of constant subframes for the last subframe in case all others are
constant with a new API function. This means the minimum bitrate
for a FLAC file encoded with this function used is raised to
1bit/sample (i.e. 48kbit/s for 48kHz material). This commit also
adds tests to the test suite
2022-05-02 07:59:01 +02:00
..
FLAC Add API functions to limit minimum bitrate 2022-05-02 07:59:01 +02:00
FLAC++ Add API functions to limit minimum bitrate 2022-05-02 07:59:01 +02:00
share change if checks to ifdef 2022-04-29 19:17:26 +02:00
test_libs_common Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds. 2019-10-19 12:51:38 +11:00
Makefile.am Bulk update copyright dates 2016-12-05 06:35:39 +11:00