]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtspcodes.h
hwcontext_vaapi: Return all formats for constraints without config
[ffmpeg] / libavformat / rtspcodes.h
index 63ceb66cfe24abeb0dac02ea415630bdb9d36c2b..31ab33699cf79e2a44d59b9ace3468d504e1313e 100644 (file)
@@ -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 */