From 56f2b27abab0cbae7548b43be4509965b37e3a92 Mon Sep 17 00:00:00 2001 From: chicken Date: Mon, 17 Nov 2003 19:28:21 +0000 Subject: merge branch with head --- (limited to 'noncore/multimedia/opieplayer2/lib.cpp') diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 11ad745..00cfa33 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp @@ -1,4 +1,4 @@ - /* +/*                 This file is part of the Opie Project               Copyright (c) 2002 Max Reiss @@ -87,7 +87,7 @@ Lib::Lib( InitializationMode initMode, XineVideoWidget* widget ) ts << "# uncomment if you experience double speed audio \n #audio.oss_sync_method:softsync\n"; ts << "codec.ffmpeg_pp_quality:3\n"; ts << "audio.num_buffers:50\n"; - ts << "audio.size_buffers:4160\n"; + ts << "audio.size_buffers:4096\n"; ts << "video.num_buffers:20\n"; ts << "video.size_buffers:4096\n"; ts << "audio.out_num_audio_buf:16\n"; @@ -270,7 +270,7 @@ int Lib::length() const { int pos, time, length; /* dilb: patch to solve the wrong stream length reported to the GUI*/ int iRetVal=0, iTestLoop=0; - + do { iRetVal = xine_get_pos_length( m_stream, &pos, &time, &length ); -- cgit v0.9.0.2