summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-05-05 18:09:38 (UTC)
committer llornkcor <llornkcor>2002-05-05 18:09:38 (UTC)
commit4cd02e41953be5b271c877197cf9c12ad4785bef (patch) (side-by-side diff)
treef530836dc741188e869c64d29c73df0142b01f11
parenta68eb5375bd8dc5f9cb3ea9b1785d923a4412edc (diff)
downloadopie-4cd02e41953be5b271c877197cf9c12ad4785bef.zip
opie-4cd02e41953be5b271c877197cf9c12ad4785bef.tar.gz
opie-4cd02e41953be5b271c877197cf9c12ad4785bef.tar.bz2
bug fix
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/loopcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/loopcontrol.cpp b/core/multimedia/opieplayer/loopcontrol.cpp
index faa8e56..310d512 100644
--- a/core/multimedia/opieplayer/loopcontrol.cpp
+++ b/core/multimedia/opieplayer/loopcontrol.cpp
@@ -383,13 +383,13 @@ bool LoopControl::init( const QString& filename ) {
channels = mediaPlayerState->curDecoder()->audioChannels( astream );
qDebug( "LC- channels = %d", channels );
if ( !total_audio_samples )
total_audio_samples = mediaPlayerState->curDecoder()->audioSamples( astream );
-// total_audio_samples += 1000;
+ total_audio_samples += 1000;
mediaPlayerState->setLength( total_audio_samples );
freq = mediaPlayerState->curDecoder()->audioFrequency( astream );
qDebug( "LC- frequency = %d", freq );