--- Josh Coalson <xflac@yahoo.com> wrote:> --- pritpaul@svaudio.org wrote: > > I still have the > > first > > problem though (flac adding 12 "00" bytes to the beginning of the > > decoded > > file when the original input to create the flac was a raw file), > and > > would > > realy appreciate help. :) > > OK, I will look into that one.OK, the bug is fixed in CVS. the problem was due to an old rewind of the input which I neglected to take out when I added the lookahead for the wave auto- detection. anyway, if you only have the 1.0 sources, in src/flac/encode.c, just delete lines 536-538 and change SEEK_SET to SEEK_CUR on line 513. Josh __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Is there anything else new in CVS that would warrant an upgrade? i.e. any bugfixes or new features? Also, does CVS tend to be clean-compiling? (without changing a million Makefiles :) ) Thanks Pritpaul Mahal On Mon, 15 Oct 2001, Josh Coalson wrote:> --- Josh Coalson <xflac@yahoo.com> wrote: > > --- pritpaul@svaudio.org wrote: > > > I still have the > > > first > > > problem though (flac adding 12 "00" bytes to the beginning of the > > > decoded > > > file when the original input to create the flac was a raw file), > > and > > > would > > > realy appreciate help. :) > > > > OK, I will look into that one. > > OK, the bug is fixed in CVS. the problem was due to > an old rewind of the input which I neglected to take > out when I added the lookahead for the wave auto- > detection. anyway, if you only have the 1.0 sources, > in src/flac/encode.c, just delete lines 536-538 and > change SEEK_SET to SEEK_CUR on line 513. > > Josh > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com >
--- pritpaul@svaudio.org wrote:> Is there anything else new in CVS that would warrant an upgrade? i.e. > any > bugfixes or new features? Also, does CVS tend to be clean-compiling? > (without changing a million Makefiles :) )so far there have only been minor fixes/improvements. the one you found is only one that affects encoding. I try to keep CVS compilable. if not, just post a message here and it usually gets fixed pretty quick. Josh __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com