Make the player able to stream from pipes

This commit is contained in:
ejurgensen
2014-03-31 13:10:18 +02:00
parent 9efc97d702
commit 6062ca014b
5 changed files with 180 additions and 11 deletions

View File

@@ -35,7 +35,8 @@ enum repeat_mode {
enum source_type {
SOURCE_FFMPEG = 0,
SOURCE_SPOTIFY = 1,
SOURCE_SPOTIFY,
SOURCE_PIPE,
};
struct spk_flags {