[xiph-commits] r7283 -
illiminable at dactyl.lonelymoon.com
illiminable
Fri Jul 23 02:52:38 PDT 2004
trunk/oggdsf/src/lib/codecs/flac/filters/dsfFLACEncoder
Message-ID: <20040723095238.A41D49AAAB at dactyl.lonelymoon.com>
Author: illiminable
Date: Fri Jul 23 02:52:38 2004
New Revision: 7283
Modified:
trunk/oggdsf/src/lib/codecs/flac/filters/dsfFLACEncoder/FLACEncodeInputPin.h
Log:
* FLAC encoder basically works now, but it crashes at the end of the encode. Also doesn't seem to need the final metadata callback to work properly.
Modified: trunk/oggdsf/src/lib/codecs/flac/filters/dsfFLACEncoder/FLACEncodeInputPin.h
===================================================================
--- trunk/oggdsf/src/lib/codecs/flac/filters/dsfFLACEncoder/FLACEncodeInputPin.h 2004-07-23 09:33:05 UTC (rev 7282)
+++ trunk/oggdsf/src/lib/codecs/flac/filters/dsfFLACEncoder/FLACEncodeInputPin.h 2004-07-23 09:52:36 UTC (rev 7283)
@@ -70,7 +70,7 @@
virtual STDMETHODIMP EndOfStream(void);
protected:
HRESULT mHR;
- bool mBegun;
+ //bool mBegun;
//SpeexDecodeOutputPin* mOutputPin;
//__int64 mUptoFrame;
More information about the commits
mailing list