diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-04 16:52:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-04 16:52:48 +0100 |
| commit | 8a1042b767e2604b0af4850dd69fd6a848fd6ffe (patch) | |
| tree | 39560c1b93baad261de4324dced88b8e999ae371 /src/lib/playlist.h | |
| parent | cd4a82d90677cec80e891ac190000cb70767446f (diff) | |
Add FFmpeg content dialog; moving ffmpeg-specific things out of the film editor.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 935bbb2bd..e6acff694 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -82,6 +82,8 @@ public: return _audio_from; } + bool has_subtitles () const; + ContentList content () const { return _content; } |
