diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-19 23:41:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-19 23:41:46 +0000 |
commit | c2fef0c1631449a252b4f572c95b6161a76e6d34 (patch) | |
tree | 159403adb545ff036b3080616b5ad4382d7780f2 /libavformat | |
parent | ac3ef4a41b6de8bd0309fe166bb4c544f3d719be (diff) | |
download | ffmpeg-c2fef0c1631449a252b4f572c95b6161a76e6d34.tar.gz |
Use "" instead of <> when #including non-system headers.
Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.c b/libavformat/rdt.c index 3680527d5e..1b93662239 100644 --- a/libavformat/rdt.c +++ b/libavformat/rdt.c @@ -33,7 +33,7 @@ #include "libavutil/md5.h" #include "rm.h" #include "internal.h" -#include <libavcodec/bitstream.h> +#include "libavcodec/bitstream.h" struct RDTDemuxContext { AVFormatContext *ic; /**< the containing (RTSP) demux context */ |