yea, maybe april is an off month.  I don't know.  But the cvs of freeamp
is still broken in respect to vorbis playing.  it's a one liner fix so I
don't know why it hasn't been put in yet.  Here it is again without my
other fixes (additions).  


--- ./freeamp/lmc/vorbis/src/vorbislmc.cpp      Wed Feb 13 03:11:49 2002
+++ ./freeamp-patched/lmc/vorbis/src/vorbislmc.cpp      Sun Mar 31
19:19:00 2002
@@ -172,7 +172,7 @@
    m_section = -1;
 
    m_pContext->prefs->GetPrefInt32(kOutputBufferSizePref, &iNewSize);
-   iNewSize = max(iNewSize, iInitialOutputBufferSize);
+   iNewSize = max(iNewSize, iMinimumOutputBufferSize);
    iNewSize *= 1024;
 
    result = m_pOutputBuffer->Resize(iNewSize, iNewSize / 6);


_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to