Commit c2fef0c1 authored by Diego Biurrun's avatar Diego Biurrun

Use "" instead of <> when #including non-system headers.

Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ac3ef4a4
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */
#include "libavutil/avstring.h"
#include "avcodec.h" #include "avcodec.h"
#include "audioconvert.h" #include "audioconvert.h"
#include <libavutil/avstring.h>
typedef struct SampleFmtInfo { typedef struct SampleFmtInfo {
const char *name; const char *name;
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "libavutil/md5.h" #include "libavutil/md5.h"
#include "rm.h" #include "rm.h"
#include "internal.h" #include "internal.h"
#include <libavcodec/bitstream.h> #include "libavcodec/bitstream.h"
struct RDTDemuxContext { struct RDTDemuxContext {
AVFormatContext *ic; /**< the containing (RTSP) demux context */ AVFormatContext *ic; /**< the containing (RTSP) demux context */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment