diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-03 20:44:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-03 20:44:02 +0100 |
| commit | 675e849d19812f5ed2d63b3bc0e34f142e6abb89 (patch) | |
| tree | 1c33c70c40d60d926513f27c74acce46c6843a72 /src/lib/playlist.h | |
| parent | 6198597b190c3c730057bee54e0421fcd7bcb795 (diff) | |
Allow UI to set up FFmpeg streams again.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index c461151d4..480f1b2ed 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -53,11 +53,6 @@ public: libdcp::Size video_size () const; ContentVideoFrame video_length () const; - std::vector<FFmpegSubtitleStream> ffmpeg_subtitle_streams () const; - boost::optional<FFmpegSubtitleStream> ffmpeg_subtitle_stream () const; - std::vector<FFmpegAudioStream> ffmpeg_audio_streams () const; - boost::optional<FFmpegAudioStream> ffmpeg_audio_stream () const; - enum VideoFrom { VIDEO_NONE, VIDEO_FFMPEG, |
