Mercurial > libavcodec.hg
changeset 8630:ffb82d54ecdc libavcodec
Use "" instead of <> when #including non-system headers.
| author | diego |
|---|---|
| date | Mon, 19 Jan 2009 23:41:46 +0000 |
| parents | 04423b2f6e0b |
| children | 2d7269e13a8d |
| files | audioconvert.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audioconvert.c Mon Jan 19 15:46:40 2009 +0000 +++ b/audioconvert.c Mon Jan 19 23:41:46 2009 +0000 @@ -25,9 +25,9 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ +#include "libavutil/avstring.h" #include "avcodec.h" #include "audioconvert.h" -#include <libavutil/avstring.h> typedef struct SampleFmtInfo { const char *name;
