summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 18:59:26 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 18:59:26 +0000
commit5a90cdfb50d1b00f03459a58cdf50e3cce266dd9 (patch)
tree48d627ea357b956b161bcb23c8c6f96d06299259 /TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp
parent89f3f7122732136c69862de39067197393dbba5e (diff)
downloadATCD-5a90cdfb50d1b00f03459a58cdf50e3cce266dd9.tar.gz
Added ACE_RCSID to TAO/orbsvcs/
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp
index 06549db8205..b96cc8297b5 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp
@@ -1,4 +1,5 @@
/* $Id$ */
+
/*
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
@@ -19,7 +20,9 @@
* ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
-/* This file contains C code that implements
+
+/*
+ * This file contains C code that implements
* the video decoder model.
*/
@@ -42,6 +45,8 @@
#include "global.h"
#include "ui.h"
+ACE_RCSID(mpeg_client, video, "$Id$")
+
/* Declarations of functions. */
static void ReconIMBlock(VidStream *vid_stream, int bnum);
static void ReconPMBlock(VidStream *vid_stream, int bnum,