diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
| commit | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch) | |
| tree | cc10da19d90f9ad1d17066e152602c3f88e5bf2b /src/smpte_subtitle_asset.h | |
| parent | 242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index a01ef775..444c53e6 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -37,7 +37,7 @@ class SMPTESubtitleAsset : public SubtitleAsset, public MXF { public: SMPTESubtitleAsset (); - + /** @param file File name */ SMPTESubtitleAsset (boost::filesystem::path file); @@ -47,7 +47,7 @@ public: EqualityOptions, NoteHandler note ) const; - + std::list<boost::shared_ptr<LoadFontNode> > load_font_nodes () const; Glib::ustring xml_as_string () const; @@ -111,15 +111,15 @@ public: boost::optional<Time> start_time () const { return _start_time; } - + static bool valid_mxf (boost::filesystem::path); protected: - + std::string pkl_type (Standard) const { return "application/mxf"; } - + private: std::string _content_title_text; boost::optional<std::string> _language; @@ -129,7 +129,7 @@ private: Fraction _edit_rate; int _time_code_rate; boost::optional<Time> _start_time; - + std::list<boost::shared_ptr<SMPTELoadFontNode> > _load_font_nodes; }; |
