summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-06-24 01:55:00 +0300
committerMartin Storsjö <martin@martin.st>2011-10-17 19:57:49 +0300
commit9867aea5242b72ef182c1ffdbb08940a101f359b (patch)
tree13327478c1607d519fd26bf153bc8d8a05ccaba5 /libavformat/rtsp.h
parenteca4850c6d2e8074e76234060991f490f1cff950 (diff)
rtsp: Remove the separate filter_source variable
Read it as a flag from the flags field instead. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index a03ad9d2fe..7143acbe4f 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -317,10 +317,6 @@ typedef struct RTSPState {
/** Reusable buffer for receiving packets */
uint8_t* recvbuf;
- /** Filter incoming UDP packets - receive packets only from the right
- * source address and port. */
- int filter_source;
-
/**
* A mask with all requested transport methods
*/