Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Check for the math function rint TechSmith Screen Codec 2 decoder rtsp: Add listen mode rtsp: Make rtsp_open_transport_ctx() non-static rtsp: Move rtsp_read_close rtsp: Parse the mode=receive/record parameter in transport lines Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -37,4 +37,18 @@ RTSP_STATUS_SERVICE =503, /**< Service Unavailable */
|
||||
RTSP_STATUS_VERSION =505, /**< RTSP Version not supported */
|
||||
};
|
||||
|
||||
enum RTSPMethod {
|
||||
DESCRIBE,
|
||||
ANNOUNCE,
|
||||
OPTIONS,
|
||||
SETUP,
|
||||
PLAY,
|
||||
PAUSE,
|
||||
TEARDOWN,
|
||||
GET_PARAMETER,
|
||||
SET_PARAMETER,
|
||||
REDIRECT,
|
||||
RECORD,
|
||||
UNKNOWN = -1,
|
||||
};
|
||||
#endif /* AVFORMAT_RTSPCODES_H */
|
||||
|
Reference in New Issue
Block a user