[Mplayer-cvslog] CVS: 0_90/loader/dmo DMO_VideoDecoder.c,1.2,1.3
Alex Beregszaszi
alex at mplayerhq.hu
Tue Feb 25 17:10:05 CET 2003
- Previous message: [Mplayer-cvslog] CVS: 0_90/loader/dshow DS_AudioDecoder.c,1.12,1.13 DS_VideoDecoder.c,1.24,1.25 allocator.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c,1.12,1.13 DS_VideoDecoder.c,1.24,1.25 allocator.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/0_90/loader/dmo
In directory mail:/var/tmp.root/cvs-serv18410
Modified Files:
DMO_VideoDecoder.c
Log Message:
cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)
Index: DMO_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/loader/dmo/DMO_VideoDecoder.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DMO_VideoDecoder.c 14 Dec 2002 17:56:28 -0000 1.2
+++ DMO_VideoDecoder.c 25 Feb 2003 16:10:01 -0000 1.3
@@ -280,8 +280,8 @@
props.cBuffers = 1;
props.cbBuffer = this->m_sDestType.lSampleSize;
- //don't know how to do this correctly
- props.cbAlign = props.cbPrefix = 0;
+ props.cbAlign = 1;
+ props.cbPrefix = 0;
this->m_pDMO_Filter->m_pAll->vt->SetProperties(this->m_pDMO_Filter->m_pAll, &props, &props1);
this->m_pDMO_Filter->m_pAll->vt->Commit(this->m_pDMO_Filter->m_pAll);
#endif
- Previous message: [Mplayer-cvslog] CVS: 0_90/loader/dshow DS_AudioDecoder.c,1.12,1.13 DS_VideoDecoder.c,1.24,1.25 allocator.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c,1.12,1.13 DS_VideoDecoder.c,1.24,1.25 allocator.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list