From e9912bcf8a8041d9c8e22c0c9fcb8442c530d2d8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 16 Mar 2014 09:52:17 +0100 Subject: input/alsa: don't initialize "seekable=false", "size=-1" These are the default values already. --- src/input/plugins/AlsaInputPlugin.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input/plugins/AlsaInputPlugin.cxx b/src/input/plugins/AlsaInputPlugin.cxx index da2d9a926..eae06ba6c 100644 --- a/src/input/plugins/AlsaInputPlugin.cxx +++ b/src/input/plugins/AlsaInputPlugin.cxx @@ -97,8 +97,6 @@ public: Needs to be generalised when/if that decoder is updated to support other audio formats */ base.mime = "audio/x-mpd-cdda-pcm"; - base.seekable = false; - base.size = -1; base.ready = true; frames_to_read = read_buffer_size / frame_size; -- cgit v1.2.3