input/alsa: don't initialize "seekable=false", "size=-1"
These are the default values already.
This commit is contained in:
parent
4a5cc9f610
commit
e9912bcf8a
|
@ -97,8 +97,6 @@ public:
|
||||||
Needs to be generalised when/if that decoder is
|
Needs to be generalised when/if that decoder is
|
||||||
updated to support other audio formats */
|
updated to support other audio formats */
|
||||||
base.mime = "audio/x-mpd-cdda-pcm";
|
base.mime = "audio/x-mpd-cdda-pcm";
|
||||||
base.seekable = false;
|
|
||||||
base.size = -1;
|
|
||||||
base.ready = true;
|
base.ready = true;
|
||||||
frames_to_read = read_buffer_size / frame_size;
|
frames_to_read = read_buffer_size / frame_size;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue