summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/decoder/splayPlugin.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:18:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:18:46 -0500
commitd2fc88a49ddb99863a42e9b7953f920f5b28b944 (patch)
tree2c0d6c75395919eff211bc005544bdf6272aaf11 /mpeglib/lib/decoder/splayPlugin.h
parent447ec7dc0dabca83f70632ab66cfdba80835a703 (diff)
downloadtdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.tar.gz
tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.zip
Fix typos.
Diffstat (limited to 'mpeglib/lib/decoder/splayPlugin.h')
-rw-r--r--mpeglib/lib/decoder/splayPlugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/decoder/splayPlugin.h b/mpeglib/lib/decoder/splayPlugin.h
index 34a9751b..d7eed4ec 100644
--- a/mpeglib/lib/decoder/splayPlugin.h
+++ b/mpeglib/lib/decoder/splayPlugin.h
@@ -42,7 +42,7 @@ class KDE_EXPORT SplayPlugin : public DecoderPlugin {
FloatFrame* floatFrame;
PCMFrame* pcmFrame;
unsigned char* inputbuffer;
- int lenghtInSec;
+ int lengthInSec;
MpegAudioInfo* info;
FileAccessWrapper* fileAccess;
int resyncCounter;