[xiph-commits] r10436 - branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder

illiminable at svn.xiph.org illiminable at svn.xiph.org
Fri Nov 25 06:03:04 PST 2005


Author: illiminable
Date: 2005-11-25 06:03:00 -0800 (Fri, 25 Nov 2005)
New Revision: 10436

Added:
   branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.cpp
   branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.h
Log:
* Add a simple input pin for the cmml filter, so it can use the new demuxer

Added: branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.cpp
===================================================================
--- branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.cpp	2005-11-25 13:29:12 UTC (rev 10435)
+++ branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.cpp	2005-11-25 14:03:00 UTC (rev 10436)
@@ -0,0 +1,10 @@
+#include "StdAfx.h"
+#include ".\cmmldecodeinputpin.h"
+
+CMMLDecodeInputPin::CMMLDecodeInputPin(void)
+{
+}
+
+CMMLDecodeInputPin::~CMMLDecodeInputPin(void)
+{
+}

Added: branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.h
===================================================================
--- branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.h	2005-11-25 13:29:12 UTC (rev 10435)
+++ branches/oggdsf_new_demux/src/lib/codecs/cmml/dsfCMMLDecoder/CMMLDecodeInputPin.h	2005-11-25 14:03:00 UTC (rev 10436)
@@ -0,0 +1,8 @@
+#pragma once
+
+class CMMLDecodeInputPin
+{
+public:
+	CMMLDecodeInputPin(void);
+	~CMMLDecodeInputPin(void);
+};



More information about the commits mailing list