From 71530d2b805faa28bba4cf61d48ca69df087cdfe Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 7 Apr 2010 17:20:12 +0000 Subject: cleaning the dcc video ogg/theora codec && implementing ogg/irct codec (wip) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4244 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/dcc/codec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/dcc/codec.cpp b/src/modules/dcc/codec.cpp index 7e1433f1a..a124132a1 100644 --- a/src/modules/dcc/codec.cpp +++ b/src/modules/dcc/codec.cpp @@ -306,7 +306,7 @@ void KviDccVideoTheoraCodec::decode(KviDataBuffer * stream,KviDataBuffer * video if(stream->size() < 1)return; if(!m_pDecoder) - m_pDecoder = new KviTheoraDecoder(videoSignal); + m_pDecoder = new KviTheoraDecoder(videoSignal, textSignal); m_pDecoder->addData(stream); } -- cgit v1.3.1-10-gc9f91