summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-13 20:58:46 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-13 20:58:46 +0000
commit8e5dee564c4b134d2bb4d1121dbd3b63afabb0ef (patch)
treec588cdd7bbd0421f6eae779a35ae69eaabbf1e29 /TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client
parente35b6278b351abdf627edbd05f8bff4a5b7f835f (diff)
downloadATCD-8e5dee564c4b134d2bb4d1121dbd3b63afabb0ef.tar.gz
CVS:
CVS:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/audio.cpp2
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/audio.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/audio.cpp
index 26c51cde912..5389b3e5f09 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/audio.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/audio.cpp
@@ -414,7 +414,7 @@ void SetAudioGain(void)
if (useAF) {
AFSetOutputGain(ac, volume * 2);
/*
- AFSetOutputGain(ac, (volume - 10)/3);
+ AFSetOutputGain(ac, (volume - 10)/3);
fprintf(stderr, "CTR audio.c: volume changed to %d.\n", volume);
*/
return;
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp
index 0c9fa5b3197..33412c67fa9 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp
@@ -670,7 +670,7 @@ static int InitVideoChannel(char * phostname, char * vf)
static int InitAudioChannel(char * phostname, char * af)
{
- ACE_DEBUG ((LM_DEBUG,"(%P|%T) InitAudioChannel called "));
+ ACE_DEBUG ((LM_DEBUG,"(%P|%t) InitAudioChannel called\n"));
int dataSocket = -1;
if (!hasAudioDevice)