comparison rdt.c @ 4255:3d4314e9213f libavformat

Use "" instead of <> when #including non-system headers.
author diego
date Mon, 19 Jan 2009 23:41:46 +0000
parents 8b294ed0bd65
children f49e5d92ab26
comparison
equal deleted inserted replaced
4254:d05b13327b07 4255:3d4314e9213f
31 #include "rdt.h" 31 #include "rdt.h"
32 #include "libavutil/base64.h" 32 #include "libavutil/base64.h"
33 #include "libavutil/md5.h" 33 #include "libavutil/md5.h"
34 #include "rm.h" 34 #include "rm.h"
35 #include "internal.h" 35 #include "internal.h"
36 #include <libavcodec/bitstream.h> 36 #include "libavcodec/bitstream.h"
37 37
38 struct RDTDemuxContext { 38 struct RDTDemuxContext {
39 AVFormatContext *ic; /**< the containing (RTSP) demux context */ 39 AVFormatContext *ic; /**< the containing (RTSP) demux context */
40 /** Each RDT stream-set (represented by one RTSPStream) can contain 40 /** Each RDT stream-set (represented by one RTSPStream) can contain
41 * multiple streams (of the same content, but with possibly different 41 * multiple streams (of the same content, but with possibly different