diff options
author | deva <deva> | 2005-09-17 16:36:24 +0000 |
---|---|---|
committer | deva <deva> | 2005-09-17 16:36:24 +0000 |
commit | 4a5060ae3ebc42fad95f6ef7ec9c205a09116067 (patch) | |
tree | b02bed910a3a6ebc085cf29872f6271119eff700 /src/AudioEncoder.cc | |
parent | 0ef298aa78a315f64a6a686407f8f10694f0ea5d (diff) |
*** empty log message ***
Diffstat (limited to 'src/AudioEncoder.cc')
-rw-r--r-- | src/AudioEncoder.cc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/AudioEncoder.cc b/src/AudioEncoder.cc new file mode 100644 index 0000000..237dee0 --- /dev/null +++ b/src/AudioEncoder.cc @@ -0,0 +1,29 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/*************************************************************************** + * AudioEncoder.cc + * + * Sat Sep 17 18:33:47 CEST 2005 + * Copyright 2005 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + +/* + * This file is part of MIaV. + * + * MIaV 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. + * + * MIaV 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 MIaV; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ +#include "config.h" +#include "AudioEncoder.h" + |