Remove believed unnecessary audio channel layout stuff for resampler.
[dcpomatic.git] / src / lib / sndfile_content.h
index 27c5f3615bde9c5477e79f02ebe2906ed7b16cc8..e8e86b60386bc505f7db64e8295181f9f9bca34c 100644 (file)
@@ -58,10 +58,6 @@ public:
                return _audio_frame_rate;
        }
        
-        int64_t audio_channel_layout () const {
-               return av_get_default_channel_layout (audio_channels ());
-       }
-
        static bool valid_file (boost::filesystem::path);
 
 private: