X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmid_side_decoder.cc;h=b9b8dd098c9459e2524de2633c36520632631956;hb=647771abdbbf52737278e59898063c799b64f22d;hp=4f619ad572f347309e21e5354c8dba1b57e70ad8;hpb=b9842263a402b5ce1d2f85a1346ca11a419f816e;p=dcpomatic.git diff --git a/src/lib/mid_side_decoder.cc b/src/lib/mid_side_decoder.cc index 4f619ad57..b9b8dd098 100644 --- a/src/lib/mid_side_decoder.cc +++ b/src/lib/mid_side_decoder.cc @@ -1,19 +1,20 @@ /* Copyright (C) 2014-2015 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ @@ -40,12 +41,6 @@ MidSideDecoder::id () const return N_("mid-side-decoder"); } -ChannelCount -MidSideDecoder::in_channels () const -{ - return ChannelCount (2); -} - int MidSideDecoder::out_channels () const {