aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviOggTheoraDecoder.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-06-13 18:47:37 +0100
committerGravatar un1versal2016-06-14 16:58:25 +0100
commit3e6a8c0a03139ee2cf64ec9dd3c6bcd812e7e4dd (patch)
tree1c0c3616187bbf4466651ca648d165665b57e543 /src/kvilib/ext/KviOggTheoraDecoder.cpp
parentKviInputEditor: cosmetic and typo fixes to spell checker (diff)
downloadKVIrc-3e6a8c0a03139ee2cf64ec9dd3c6bcd812e7e4dd.tar.gz
KVIrc-3e6a8c0a03139ee2cf64ec9dd3c6bcd812e7e4dd.tar.bz2
KVIrc-3e6a8c0a03139ee2cf64ec9dd3c6bcd812e7e4dd.zip
separators and copyright headers cleanups
+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find.
Diffstat (limited to 'src/kvilib/ext/KviOggTheoraDecoder.cpp')
-rw-r--r--src/kvilib/ext/KviOggTheoraDecoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/ext/KviOggTheoraDecoder.cpp b/src/kvilib/ext/KviOggTheoraDecoder.cpp
index 9ba2abc35..116477e43 100644
--- a/src/kvilib/ext/KviOggTheoraDecoder.cpp
+++ b/src/kvilib/ext/KviOggTheoraDecoder.cpp
@@ -22,18 +22,18 @@
//
// Based on the example encoder/player from Xiph.Org Foundation:
//=============================================================================
+
//
// function: example encoder application; makes an Ogg Theora/Vorbis
// file from YUV4MPEG2 and WAV input
// last mod: $Id: encoder_example.c 16517 2009-08-25 19:48:57Z giles $
//
-//=============================================================================
+
//
// function: example SDL player application; plays Ogg Theora files (with
// optional Vorbis audio second stream)
// last mod: $Id: player_example.c 16628 2009-10-10 05:50:52Z gmaxwell $
//
-//=============================================================================
#ifndef COMPILE_DISABLE_OGG_THEORA