input/cache: first draft of the file cache

This commit is contained in:
Max Kellermann
2019-05-08 18:39:00 +02:00
parent e8a0ce643a
commit 5d74b5cee1
27 changed files with 880 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ enum class ConfigBlockOption {
AUDIO_OUTPUT,
DECODER,
INPUT,
INPUT_CACHE,
PLAYLIST_PLUGIN,
RESAMPLER,
AUDIO_FILTER,

View File

@@ -86,6 +86,7 @@ const ConfigTemplate config_block_templates[] = {
{ "audio_output", true },
{ "decoder", true },
{ "input", true },
{ "input_cache" },
{ "playlist_plugin", true },
{ "resampler" },
{ "filter", true },