[FFmpeg-devel] [PATCH 1/6] Make libavformat/rdt.h standalone (include avformat.h, rtp.h).
Diego 'Flameeyes' Pettenò
flameeyes
Sat Oct 4 12:35:40 CEST 2008
---
libavformat/rdt.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libavformat/rdt.h b/libavformat/rdt.h
index 9f5d1c9..6d3233b 100644
--- a/libavformat/rdt.h
+++ b/libavformat/rdt.h
@@ -22,6 +22,9 @@
#ifndef AVFORMAT_RDT_H
#define AVFORMAT_RDT_H
+#include "avformat.h"
+#include "rtp.h"
+
typedef struct RDTDemuxContext RDTDemuxContext;
RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic, AVStream *st,
More information about the ffmpeg-devel
mailing list