Commit 31673115 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16689 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 231a2460
......@@ -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;
......
......@@ -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 */
......
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