X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=f4445ad53045cb5d733017b7e5ae3519cf6f2ad2;hb=3ef438f90729d78ad579bbeb7933b3cf4f09c10c;hp=26c1802bacb748557aa18ad60b827ce4686e541e;hpb=500a503a982e8e62884035e156e47ed61a20ef85;p=dcpomatic.git diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 26c1802ba..f4445ad53 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ * @brief DCPContent class. */ -#include "video_content.h" #include "single_stream_audio_content.h" #include "subtitle_content.h" #include @@ -42,7 +41,7 @@ public: /** @class DCPContent * @brief An existing DCP used as input. */ -class DCPContent : public VideoContent, public SingleStreamAudioContent, public SubtitleContent +class DCPContent : public SingleStreamAudioContent, public SubtitleContent { public: DCPContent (boost::shared_ptr, boost::filesystem::path p);