projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a385446
)
Explicitly include rtp.h (needed for rtp_get_payload_type())
author
Luca Abeni
<lucabe72@email.it>
Fri, 26 Oct 2007 15:12:55 +0000
(15:12 +0000)
committer
Luca Abeni
<lucabe72@email.it>
Fri, 26 Oct 2007 15:12:55 +0000
(15:12 +0000)
Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/sdp.c
patch
|
blob
|
history
diff --git
a/libavformat/sdp.c
b/libavformat/sdp.c
index
2029571
..
f0c65b4
100644
(file)
--- a/
libavformat/sdp.c
+++ b/
libavformat/sdp.c
@@
-20,6
+20,7
@@
#include "avstring.h"
#include "avformat.h"
+#include "rtp.h"
#ifdef CONFIG_RTP_MUXER
#define MAX_EXTRADATA_SIZE ((INT_MAX - 10) / 2)