summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/video.cpp
diff options
context:
space:
mode:
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,