author | llornkcor <llornkcor> | 2002-04-20 19:23:50 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-20 19:23:50 (UTC) |
commit | cab475701ef94588394bb10f7fdc86dff98867c8 (patch) (side-by-side diff) | |
tree | b647e764a904e2896187db5949509a4be317cb0f | |
parent | 0169070eeca0ef41d33c4e8b2feee9c90f34f6ae (diff) | |
download | opie-cab475701ef94588394bb10f7fdc86dff98867c8.zip opie-cab475701ef94588394bb10f7fdc86dff98867c8.tar.gz opie-cab475701ef94588394bb10f7fdc86dff98867c8.tar.bz2 |
MediaPlayer to OpiePlayer
-rw-r--r-- | core/multimedia/opieplayer/libmad/libmadplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp index 7bb6541..46f2450 100644 --- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp +++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp @@ -339,17 +339,17 @@ int LibMadPlugin::http_open(const QString& path ) { while (strcmp(http_request, "\n") != 0); return (tcp_sock); } bool LibMadPlugin::open( const QString& path ) { debugMsg( "LibMadPlugin::open" ); - Config cfg("MediaPlayer"); + Config cfg("OpiePlayer"); cfg.setGroup("Options"); bufferSize = cfg.readNumEntry("MPeg_BufferSize",MPEG_BUFFER_SIZE); qDebug("buffer size is %d", bufferSize); d->bad_last_frame = 0; d->flush = TRUE; info = QString( "" ); //qDebug( "Opening %s", path.latin1() ); |