Various incomplete hacks on regions / audio mapping.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index d26c73125b663bf8c7f341fde049e9a185f37ea7..6c141b6c13173ae111cfc01b2ef690a73956e425 100644 (file)
@@ -34,7 +34,6 @@ public:
                 , id (i)
                 , frame_rate (f)
                , channels (c)
-               , mapping (c)
         {}
 
        FFmpegAudioStream (boost::shared_ptr<const cxml::Node>);
@@ -45,7 +44,6 @@ public:
         int id;
         int frame_rate;
        int channels;
-       AudioMapping mapping;
 };
 
 extern bool operator== (FFmpegAudioStream const & a, FFmpegAudioStream const & b);
@@ -100,7 +98,6 @@ public:
         ContentAudioFrame audio_length () const;
         int content_audio_frame_rate () const;
         int output_audio_frame_rate (boost::shared_ptr<const Film>) const;
-       AudioMapping audio_mapping () const;
        
         std::vector<FFmpegSubtitleStream> subtitle_streams () const {
                 boost::mutex::scoped_lock lm (_mutex);