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/dcp_content.cc | |
| parent | c7b68d663ac3db10dcf2bfcc11009dce46f820dc (diff) | |
Basics of DCP subtitle import.
Diffstat (limited to 'src/lib/dcp_content.cc')
| -rw-r--r-- | src/lib/dcp_content.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 8ecd52f24..b1d0d9a37 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -110,3 +110,9 @@ DCPContent::full_length () const assert (film); return DCPTime (video_length (), FrameRateChange (video_frame_rate (), film->video_frame_rate ())); } + +string +DCPContent::identifier () const +{ + return SubtitleContent::identifier (); +} |
