input/alsa: don't initialize "seekable=false", "size=-1"

These are the default values already.
This commit is contained in:
Max Kellermann 2014-03-16 09:52:17 +01:00
parent 4a5cc9f610
commit e9912bcf8a
1 changed files with 0 additions and 2 deletions

View File

@ -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;