projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a73f3b
)
rtsp: Remove extern declarations for variables that don't exist
author
Martin Storsjö
<martin@martin.st>
Fri, 20 Jan 2012 14:57:23 +0000
(16:57 +0200)
committer
Martin Storsjö
<martin@martin.st>
Fri, 20 Jan 2012 23:12:07 +0000
(
01:12
+0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.h
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index
662407f
..
9d05289
100644
(file)
--- a/
libavformat/rtsp.h
+++ b/
libavformat/rtsp.h
@@
-405,9
+405,6
@@
typedef struct RTSPStream {
void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,
RTSPState *rt, const char *method);
-extern int rtsp_rtp_port_min;
-extern int rtsp_rtp_port_max;
-
/**
* Send a command to the RTSP server without waiting for the reply.
*