summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
-rw-r--r--src/lib/ffmpeg_content.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc
index 8434197c5..95aa63ba4 100644
--- a/src/lib/ffmpeg_content.cc
+++ b/src/lib/ffmpeg_content.cc
@@ -62,12 +62,6 @@ using boost::optional;
using namespace dcpomatic;
-int const FFmpegContentProperty::SUBTITLE_STREAMS = 100;
-int const FFmpegContentProperty::SUBTITLE_STREAM = 101;
-int const FFmpegContentProperty::FILTERS = 102;
-int const FFmpegContentProperty::KDM = 103;
-
-
FFmpegContent::FFmpegContent (boost::filesystem::path p)
: Content (p)
{