diff options
author | Michael Niedermayer | 2015-04-01 21:27:45 +0200 |
---|---|---|
committer | Michael Niedermayer | 2015-04-01 21:34:20 +0200 |
commit | 53bf6b155cee8cdf0fd12fe49e4ccfb9cf6714a2 (patch) | |
tree | 0247f1767a32acb9aa10785941245f2dc3fc5d3f /libavformat/rtsp.h | |
parent | b99a8e4e4a1e2043819e0507371c7617462bb8e5 (diff) | |
parent | e3ec6fe7bb2a622a863e3912181717a659eb1bad (diff) |
Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'
* commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad':
rtsp: Add a buffer_size option
Conflicts:
libavformat/rtsp.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 3cfcfb6d00..d9e76ec667 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -407,6 +407,7 @@ typedef struct RTSPState { char *user_agent; char default_lang[4]; + int buffer_size; } RTSPState; #define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets - |