X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=6d27c66ca6b42cf5773518a3068a0113f6955de4;hb=661de111c0dbc968ecb004eca5b26f8400b136f1;hp=da8152c0d92816de44a576f718a15f9f94c5db24;hpb=7b2054e2a73844450b5b55c5788c02af671812ce;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index da8152c0d..6d27c66ca 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2015 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 @@ -20,12 +20,12 @@ #ifndef DCPOMATIC_FFMPEG_CONTENT_H #define DCPOMATIC_FFMPEG_CONTENT_H -#include -#include #include "video_content.h" #include "audio_content.h" #include "subtitle_content.h" #include "audio_mapping.h" +#include +#include struct AVFormatContext; struct AVStream; @@ -59,15 +59,16 @@ public: void examine (boost::shared_ptr); std::string summary () const; std::string technical_summary () const; - std::string information () const; void as_xml (xmlpp::Node *) const; DCPTime full_length () const; std::string identifier () const; + + /* VideoContent */ + void set_default_colour_conversion (); /* AudioContent */ int audio_channels () const; - ContentTime audio_length () const; int audio_frame_rate () const; AudioMapping audio_mapping () const; void set_audio_mapping (AudioMapping);