X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=37746ac9db213ed73ec9a63931347c3ed2475360;hb=308488324dbc4d8b709d3fb1dc9fee0479346c21;hp=935d9560de8feaa3bcc6b80cb94d9c2c6fe28cfb;hpb=a4c19a34244aeaf183c25878933b570fc5c0ee34;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 935d9560d..37746ac9d 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 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 @@ -21,6 +21,7 @@ #define DCPOMATIC_FFMPEG_CONTENT_H #include +#include #include "video_content.h" #include "audio_content.h" #include "subtitle_content.h" @@ -127,7 +128,7 @@ class FFmpegContent : public VideoContent, public AudioContent, public SubtitleC { public: FFmpegContent (boost::shared_ptr, boost::filesystem::path); - FFmpegContent (boost::shared_ptr, boost::shared_ptr, int version); + FFmpegContent (boost::shared_ptr, boost::shared_ptr, int version, std::list &); FFmpegContent (boost::shared_ptr, std::vector >); boost::shared_ptr shared_from_this () { @@ -146,10 +147,10 @@ public: /* AudioContent */ int audio_channels () const; ContentTime audio_length () const; - int content_audio_frame_rate () const; - int output_audio_frame_rate () const; + int audio_frame_rate () const; AudioMapping audio_mapping () const; void set_audio_mapping (AudioMapping); + boost::filesystem::path audio_analysis_path () const; void set_filters (std::vector const &);