diff options
author | Martin Storsjö <martin@martin.st> | 2011-06-24 01:55:00 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-10-17 19:57:49 +0300 |
commit | 9867aea5242b72ef182c1ffdbb08940a101f359b (patch) | |
tree | 13327478c1607d519fd26bf153bc8d8a05ccaba5 /libavformat/rtsp.h | |
parent | eca4850c6d2e8074e76234060991f490f1cff950 (diff) | |
download | ffmpeg-9867aea5242b72ef182c1ffdbb08940a101f359b.tar.gz |
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.h | 4 |
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 */ |