comparison audioconvert.c @ 7458:eb63aa50bf85 libavcodec

Revert r14484 hunk that deleted the 'include avcodec.h' statement.
author pross
date Fri, 01 Aug 2008 11:26:22 +0000
parents d1d15f2dca4c
children 283eeda62184
comparison
equal deleted inserted replaced
7457:3c616a62a446 7458:eb63aa50bf85
23 * @file audioconvert.c 23 * @file audioconvert.c
24 * audio conversion 24 * audio conversion
25 * @author Michael Niedermayer <michaelni@gmx.at> 25 * @author Michael Niedermayer <michaelni@gmx.at>
26 */ 26 */
27 27
28 #include "avcodec.h"
28 #include "audioconvert.h" 29 #include "audioconvert.h"
29 30
30 typedef struct SampleFmtInfo { 31 typedef struct SampleFmtInfo {
31 const char *name; 32 const char *name;
32 int bits; 33 int bits;