From 0415228c3478d4b46400b98db0a4d36031937c44 Mon Sep 17 00:00:00 2001 From: Dimitri Diakopoulos Date: Fri, 25 Dec 2015 06:08:45 -0500 Subject: [PATCH] remove wip streaming (will resume in different branch) and remove unnecessary template --- include/libnyquist/AudioDecoder.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/include/libnyquist/AudioDecoder.h b/include/libnyquist/AudioDecoder.h index 10fc4de..2b54de0 100644 --- a/include/libnyquist/AudioDecoder.h +++ b/include/libnyquist/AudioDecoder.h @@ -57,16 +57,6 @@ struct BaseDecoder virtual std::vector GetSupportedFileExtensions() = 0; }; -struct StreamBuffer -{ - -}; - -struct StreamingDecoder -{ - -}; - typedef std::pair> DecoderPair; class NyquistIO @@ -89,8 +79,7 @@ private: void BuildDecoderTable(); - template - void AddDecoderToTable(std::shared_ptr decoder) + void AddDecoderToTable(std::shared_ptr decoder) { auto supportedExtensions = decoder->GetSupportedFileExtensions();