comparison audioconvert.c @ 8630:ffb82d54ecdc libavcodec

Use "" instead of <> when #including non-system headers.
author diego
date Mon, 19 Jan 2009 23:41:46 +0000
parents ea2c20535551
children 6b164adb1907
comparison
equal deleted inserted replaced
8629:04423b2f6e0b 8630:ffb82d54ecdc
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 "libavutil/avstring.h"
28 #include "avcodec.h" 29 #include "avcodec.h"
29 #include "audioconvert.h" 30 #include "audioconvert.h"
30 #include <libavutil/avstring.h>
31 31
32 typedef struct SampleFmtInfo { 32 typedef struct SampleFmtInfo {
33 const char *name; 33 const char *name;
34 int bits; 34 int bits;
35 } SampleFmtInfo; 35 } SampleFmtInfo;