From 43e0468a233a49b1010f34c5ce888204fa4e9416 Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Fri, 21 Nov 2014 14:34:32 +0000 Subject: - massive trailing whitespace cleanup (yes, one of these "you can hate me for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/kvilib/ext/KviOggTheoraDecoder.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kvilib/ext/KviOggTheoraDecoder.cpp') diff --git a/src/kvilib/ext/KviOggTheoraDecoder.cpp b/src/kvilib/ext/KviOggTheoraDecoder.cpp index 83da7e571..914c5f060 100644 --- a/src/kvilib/ext/KviOggTheoraDecoder.cpp +++ b/src/kvilib/ext/KviOggTheoraDecoder.cpp @@ -112,7 +112,7 @@ void KviOggTheoraDecoder::addData(KviDataBuffer * stream) // qDebug("adddata signal %p stream size %d",m_pVideoSignal, stream->size() ); if(stream->size()==0)return; /* Ogg file open; parse the headers */ - + if(!stateflag) { @@ -209,7 +209,7 @@ void KviOggTheoraDecoder::addData(KviDataBuffer * stream) geometry.frame_h = ti.frame_height; geometry.pic_x = ti.pic_x; geometry.pic_y = ti.pic_y; - + px_fmt=ti.pixel_fmt; switch(ti.pixel_fmt) { @@ -326,7 +326,7 @@ void KviOggTheoraDecoder::video_write(void) out[j*4+2] = OC_CLAMP255(r); out[j*4+3] = 255; //alpha } - + } int size = sizeof(char) * geometry.pic_w * geometry.pic_h * ARGB32_BPP; -- cgit v1.3.1-10-gc9f91