Hi, this change helped me to overcome inability of starting decoding of streamed content (where the length of the media is not known, such as netradio stations EDIT: example link - http://ice3.somafm.com/spacestation-128-mp3 )
the decoder kept returning only 0 length decoded frames despite the fact that there was always enough of content downloaded in the buffer when it was started and while it was running.
It eventually sometimes caught up though but only after extremely long artificial pause introduced by e.g. debugging session
I only hopefully 'fixed' this by debugging the code around the place which I considered suspicious so I have really no idea if this is a proper fix so maybe PR can clear this up
Hi, this change helped me to overcome inability of starting decoding of streamed content (where the length of the media is not known, such as netradio stations EDIT: example link - http://ice3.somafm.com/spacestation-128-mp3 )