diff options
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 87e82633..41e04f97 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -109,6 +109,11 @@ public: return _movie_title; } + int time_code_rate () const { + /* Interop can use either; just pick one */ + return 1000; + } + static std::string static_pkl_type (Standard) { return "text/xml;asdcpKind=Subtitle"; } |
