comparison audioconvert.c @ 3596:2dc9933dc75f libavcodec

cosmetics
author michael
date Sat, 19 Aug 2006 23:12:10 +0000
parents 10c577c37617
children c8c591fe26f8
comparison
equal deleted inserted replaced
3595:eb4a515197da 3596:2dc9933dc75f
1 /* 1 /*
2 * audio conversation 2 * audio conversion
3 * Copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> 3 * Copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public 6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
18 * 18 *
19 */ 19 */
20 20
21 /** 21 /**
22 * @file audioconvert.c 22 * @file audioconvert.c
23 * audio conversation 23 * audio conversion
24 * @author Michael Niedermayer <michaelni@gmx.at> 24 * @author Michael Niedermayer <michaelni@gmx.at>
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 28