summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-03-22 21:16:55 +0100
committerLuca Barbato <lu_zero@gentoo.org>2015-04-01 14:26:35 +0200
commite3ec6fe7bb2a622a863e3912181717a659eb1bad (patch)
treeb2ef268be39636d5b581437eb231fe4e27b6154b /libavformat/rtsp.h
parent8c9c5479c4ba729b4ba868ab541a90b2061a7c2f (diff)
rtsp: Add a buffer_size option
And forward it to rtp and udp. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 83255a3c67..74733361f9 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -397,6 +397,7 @@ typedef struct RTSPState {
int reordering_queue_size;
char default_lang[4];
+ int buffer_size;
} RTSPState;
#define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets -