[xiph-commits] r10299 - branches/oggdsf_new_demux/src/lib/codecs/theora/filters/dsfTheoraDecoder

illiminable at svn.xiph.org illiminable at svn.xiph.org
Mon Oct 24 15:40:36 PDT 2005


Author: illiminable
Date: 2005-10-24 15:40:32 -0700 (Mon, 24 Oct 2005)
New Revision: 10299

Modified:
   branches/oggdsf_new_demux/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeInputPin.h
Log:
* Make sure the interface is properly derived, otherwise casting to it is bad

Modified: branches/oggdsf_new_demux/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeInputPin.h
===================================================================
--- branches/oggdsf_new_demux/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeInputPin.h	2005-10-24 22:11:19 UTC (rev 10298)
+++ branches/oggdsf_new_demux/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeInputPin.h	2005-10-24 22:40:32 UTC (rev 10299)
@@ -41,6 +41,7 @@
 class TheoraDecodeInputPin 
 	:	public CTransformInputPin
 	,	public BasicSeekPassThrough
+	,	public IOggDecoder
 {
 public:
 



More information about the commits mailing list