summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-07-31 12:29:32 +0300
committerMartin Storsjö <martin@martin.st>2013-07-31 21:12:34 +0300
commitb7e6da988bfd5def40ccf3476eb8ce2f98a969a5 (patch)
tree67a40939752d01a3a86919a437a0509323d814fb /libavformat/rtsp.c
parent892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec (diff)
rtpproto: Move rtpproto specific function declarations to a separate header
Mixing these with the rtp depacketizer functions in rtpdec.h is no good. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index f0d2514044..db96bc6dfb 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -41,6 +41,7 @@
#include "rtsp.h"
#include "rtpdec.h"
+#include "rtpproto.h"
#include "rdt.h"
#include "rtpdec_formats.h"
#include "rtpenc_chain.h"