summaryrefslogtreecommitdiff
path: root/src/reel_stereo_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 19:14:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 19:14:54 +0100
commit331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (patch)
tree45f281eaddb46e988e9f6c05b36fd553da0f010c /src/reel_stereo_picture_asset.h
parent96bf4824ca6b378648950bfbd4565b8368c8eca0 (diff)
Bits of tidying; comments.
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
-rw-r--r--src/reel_stereo_picture_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_stereo_picture_asset.h b/src/reel_stereo_picture_asset.h
index df939a9c..07d31a03 100644
--- a/src/reel_stereo_picture_asset.h
+++ b/src/reel_stereo_picture_asset.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ namespace dcp {
class StereoPictureAsset;
/** @class ReelStereoPictureAsset
- * @brief Part of a Reel's description which refers to a stereoscopic picture MXF.
+ * @brief Part of a Reel's description which refers to a stereoscopic picture asset.
*/
class ReelStereoPictureAsset : public ReelPictureAsset
{