summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-17 01:10:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-17 01:10:35 +0100
commit77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (patch)
treeefe16b8542b7b026d9fb35539b536190cefe7372 /src/lib/dcp_video_frame.h
parent3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff)
tabs -> spaces.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
-rw-r--r--src/lib/dcp_video_frame.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h
index 9929b9a8a..64966ab78 100644
--- a/src/lib/dcp_video_frame.h
+++ b/src/lib/dcp_video_frame.h
@@ -62,7 +62,7 @@ public:
protected:
uint8_t* _data; ///< data
- int _size; ///< data size in bytes
+ int _size; ///< data size in bytes
};
/** @class LocallyEncodedData
@@ -113,13 +113,13 @@ public:
private:
boost::shared_ptr<const Image> _image;
- int _frame; ///< frame index within the DCP's intrinsic duration
- int _frames_per_second; ///< Frames per second that we will use for the DCP
- int _j2k_bandwidth; ///< J2K bandwidth to use
+ int _frame; ///< frame index within the DCP's intrinsic duration
+ int _frames_per_second; ///< Frames per second that we will use for the DCP
+ int _j2k_bandwidth; ///< J2K bandwidth to use
boost::shared_ptr<Log> _log; ///< log
- opj_cparameters_t* _parameters; ///< libopenjpeg's parameters
- opj_cinfo_t* _cinfo; ///< libopenjpeg's opj_cinfo_t
- opj_cio_t* _cio; ///< libopenjpeg's opj_cio_t
+ opj_cparameters_t* _parameters; ///< libopenjpeg's parameters
+ opj_cinfo_t* _cinfo; ///< libopenjpeg's opj_cinfo_t
+ opj_cio_t* _cio; ///< libopenjpeg's opj_cio_t
};