Fix subtitle timing under trim.
[dcpomatic.git] / src / lib / mid_side_decoder.cc
index 4f619ad572f347309e21e5354c8dba1b57e70ad8..6aadea1a2242facca8522cf489621480fb2aec95 100644 (file)
@@ -40,12 +40,6 @@ MidSideDecoder::id () const
        return N_("mid-side-decoder");
 }
 
-ChannelCount
-MidSideDecoder::in_channels () const
-{
-       return ChannelCount (2);
-}
-
 int
 MidSideDecoder::out_channels () const
 {