diff options
Diffstat (limited to 'mpeglib/lib/decoder/splayPlugin.cpp')
-rw-r--r-- | mpeglib/lib/decoder/splayPlugin.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpeglib/lib/decoder/splayPlugin.cpp b/mpeglib/lib/decoder/splayPlugin.cpp index d0caa077..097d6d79 100644 --- a/mpeglib/lib/decoder/splayPlugin.cpp +++ b/mpeglib/lib/decoder/splayPlugin.cpp @@ -37,7 +37,7 @@ SplayPlugin::SplayPlugin() { audioFrame=new AudioFrame(); framer=new MpegAudioFrame(); splay=new SplayDecoder(); - lenghtInSec=0; + lengthInSec=0; fileAccess=NULL; info=NULL; @@ -106,7 +106,7 @@ void SplayPlugin::decoder_loop() { framer->reset(); - lenghtInSec=0; + lengthInSec=0; resyncCounter=0; AudioFrame* audioFrame=pcmFrame; @@ -217,8 +217,8 @@ void SplayPlugin::processStreamState(TimeStamp* stamp,AudioFrame* playFrame){ audioSetup(playFrame); if (lnoLength==false) { - lenghtInSec=getTotalLength(); - pluginInfo->setLength(lenghtInSec); + lengthInSec=getTotalLength(); + pluginInfo->setLength(lengthInSec); output->writeInfo(pluginInfo); } |