comparison sonic.c @ 2398:582e635cfa08 libavcodec

common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 17:50:25 +0000
parents b90828c162f5
children e25782262d7d
comparison
equal deleted inserted replaced
2397:a579ef4a4f4a 2398:582e635cfa08
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "avcodec.h" 19 #include "avcodec.h"
20 #include "bitstream.h"
20 #include "golomb.h" 21 #include "golomb.h"
21 22
22 /** 23 /**
23 * @file sonic.c 24 * @file sonic.c
24 * Simple free lossless/lossy audio codec 25 * Simple free lossless/lossy audio codec