input/alsa: don't initialize "seekable=false", "size=-1"
These are the default values already.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user