Move audio sample format stuff out of Decoder base class.
[dcpomatic.git] / src / lib / tiff_decoder.cc
index 7cca511dda884d0cdceb84178aea0030940f76fb..c92e080d7cdf0076abb4b36077739ccae05b9e8f 100644 (file)
@@ -114,13 +114,6 @@ TIFFDecoder::audio_sample_rate () const
        return 0;
 }
 
-AVSampleFormat
-TIFFDecoder::audio_sample_format () const
-{
-       return AV_SAMPLE_FMT_NONE;
-}
-
-
 int64_t
 TIFFDecoder::audio_channel_layout () const
 {