Displaying 2 results from an estimated 2 matches for "serailno".
Did you mean:
serafino
2004 Aug 06
2
Faststart: Second Try
Hi Mike,
find the patch for faststart that takes in account different logical
streams. I tried with ices' playlist, it works just fine [*].
I could be still further optimised, but it will make the code less clear
(for example, I could check for has_paredata before checking for
serailno, which saves a couple of calls and also will avoid any change in
format_mp3.[ch]).
<p>[*] We must rethink the hard limit, 25, in the queue size, the queue can
become larger just with the faststart buffer. A limit in _seconds_ could
work better.
<p>
--
ricardo galli GPG id...
2004 Aug 06
0
Faststart: Second Try
...find the patch for faststart that takes in account different logical
> streams. I tried with ices' playlist, it works just fine [*].
>
> I could be still further optimised, but it will make the code less clear
> (for example, I could check for has_paredata before checking for
> serailno, which saves a couple of calls and also will avoid any change in
> format_mp3.[ch]).
>
<p>There's already too much format-specific knowledge in the core, this
get_serialno() thing has no chance of going in.
The right way to do this is to move it all entirely into get_predata(),...