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
+1
View File
@@ -1132,6 +1132,7 @@ try {
SetThreadName("player");
DecoderControl dc(mutex, cond,
input_cache,
configured_audio_format,
replay_gain_config);
dc.StartThread();