Commit e9912bcf authored by Max Kellermann's avatar Max Kellermann

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

These are the default values already.
parent 4a5cc9f6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment