diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-09 02:13:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-09 02:13:01 +0100 |
| commit | 3a69e2805f4b2119194ba2357fa9895bf1ae147f (patch) | |
| tree | ad5e3eee08ad0651599e2e9cac38005d2aed397e /src/subtitle_asset_internal.h | |
| parent | d630b7b1e1c77742ff131a7d0c9497f061f87142 (diff) | |
Store image subtitle ID in the object, rather than a separate map. Start of reading image subtitles.
Diffstat (limited to 'src/subtitle_asset_internal.h')
| -rw-r--r-- | src/subtitle_asset_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset_internal.h b/src/subtitle_asset_internal.h index b0034743..366123c5 100644 --- a/src/subtitle_asset_internal.h +++ b/src/subtitle_asset_internal.h @@ -181,7 +181,7 @@ public: private: Data _png_data; - std::string _id; ///< the ID of this image (index for Interop, UUID for SMPTE) + std::string _id; ///< the ID of this image HAlign _h_align; float _h_position; VAlign _v_align; |
