From 6f344b876689a1234a5eb75041882f06f5d9fe5c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Apr 2016 22:10:54 +0100 Subject: Reasonably straightforward stuff; main things are adding a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds. --- src/lib/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/types.h') diff --git a/src/lib/types.h b/src/lib/types.h index 105432f83..33bad1d24 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -48,7 +48,6 @@ namespace xmlpp { #define SERVER_LINK_VERSION (64+0) typedef std::vector > ContentList; -typedef std::vector > VideoContentList; typedef std::vector > AudioContentList; typedef std::vector > SubtitleContentList; typedef std::vector > FFmpegContentList; -- cgit v1.2.3