diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-10 11:27:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-10 11:27:26 +0100 |
| commit | bde76c3341775bd02da59932d285e14eade64ae0 (patch) | |
| tree | 7f0922faf1e64e74c029037afe8857c63f25e51a /src/lib/subrip_content.cc | |
| parent | c7b68d663ac3db10dcf2bfcc11009dce46f820dc (diff) | |
Basics of DCP subtitle import.
Diffstat (limited to 'src/lib/subrip_content.cc')
| -rw-r--r-- | src/lib/subrip_content.cc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/subrip_content.cc b/src/lib/subrip_content.cc index 455bd1e8f..c60b05d50 100644 --- a/src/lib/subrip_content.cc +++ b/src/lib/subrip_content.cc @@ -77,7 +77,7 @@ SubRipContent::technical_summary () const string SubRipContent::information () const { - + } void @@ -97,15 +97,3 @@ SubRipContent::full_length () const */ return _length; } - -string -SubRipContent::identifier () const -{ - stringstream s; - s << Content::identifier() - << "_" << raw_convert<string> (subtitle_scale()) - << "_" << raw_convert<string> (subtitle_x_offset()) - << "_" << raw_convert<string> (subtitle_y_offset()); - - return s.str (); -} |
