summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libmad
authorllornkcor <llornkcor>2002-04-20 19:23:50 (UTC)
committer llornkcor <llornkcor>2002-04-20 19:23:50 (UTC)
commitcab475701ef94588394bb10f7fdc86dff98867c8 (patch) (side-by-side diff)
treeb647e764a904e2896187db5949509a4be317cb0f /core/multimedia/opieplayer/libmad
parent0169070eeca0ef41d33c4e8b2feee9c90f34f6ae (diff)
downloadopie-cab475701ef94588394bb10f7fdc86dff98867c8.zip
opie-cab475701ef94588394bb10f7fdc86dff98867c8.tar.gz
opie-cab475701ef94588394bb10f7fdc86dff98867c8.tar.bz2
MediaPlayer to OpiePlayer
Diffstat (limited to 'core/multimedia/opieplayer/libmad') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmadplugin.cpp2
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
@@ -335,25 +335,25 @@ int LibMadPlugin::http_open(const QString& path ) {
/* Don't print these - mpg123 doesn't */
/* fprintf(stderr,"%s\n",http_request); */
}
}
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() );
if (path.left( 4 ) == "http" ) {
d->input.fd = http_open(path);