diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-02-17 03:18:02 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-02-17 03:18:02 +0000 |
| commit | ff725d8f795ca9b9ee7166c11d109871f580c21e (patch) | |
| tree | 64dda3dc1b9868886bda68ed11dda63c123c0e75 /src/libw32dll/dmo/DMO_AudioDecoder.c | |
| parent | 6adf7f8e7f8b42b877eb8b97de028915985618cf (diff) | |
| download | xine-lib-ff725d8f795ca9b9ee7166c11d109871f580c21e.tar.gz xine-lib-ff725d8f795ca9b9ee7166c11d109871f580c21e.tar.bz2 | |
- fix LDT clash with linuxthreads
- comment useless calls. some people really don't know what this thing does,
they probably think that lots of Setup_FS_Segment() all over will make
win32 gods happy. :)
- fix vfw (indeo) and quicktime segfaults
in short: xine now plays indeo, animatrix and the hulk trailers.
CVS patchset: 4178
CVS date: 2003/02/17 03:18:02
Diffstat (limited to 'src/libw32dll/dmo/DMO_AudioDecoder.c')
| -rw-r--r-- | src/libw32dll/dmo/DMO_AudioDecoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libw32dll/dmo/DMO_AudioDecoder.c b/src/libw32dll/dmo/DMO_AudioDecoder.c index 6df84c38e..faf49e266 100644 --- a/src/libw32dll/dmo/DMO_AudioDecoder.c +++ b/src/libw32dll/dmo/DMO_AudioDecoder.c @@ -129,7 +129,7 @@ int DMO_AudioDecoder_Convert(DMO_AudioDecoder *this, const void* in_data, unsign #ifdef LDT_paranoia Setup_FS_Segment(); #endif - + //m_pDMO_Filter->m_pMedia->vt->Lock(m_pDMO_Filter->m_pMedia, 1); bufferin = CMediaBufferCreate(in_size, (void*)in_data, in_size, 1); r = this->m_pDMO_Filter->m_pMedia->vt->ProcessInput(this->m_pDMO_Filter->m_pMedia, 0, |
