Merge master and multifarious hackery.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index dbcfe3be01017816205934e2bd8c72a3a1aa2ab4..c3747961266789a8b2da5447d15dc9c578d3cc1b 100644 (file)
@@ -112,8 +112,6 @@ private:
        void maybe_add_subtitle ();
        boost::shared_ptr<AudioBuffers> deinterleave_audio (uint8_t** data, int size);
 
-       void film_changed (Film::Property);
-
        std::string stream_name (AVStream* s) const;
 
        boost::shared_ptr<const FFmpegContent> _ffmpeg_content;