X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtspcodes.h;h=4245e48642d092be2ae318d37e61277fc8a366b8;hb=bc426827492f6c741608af37e2eaab6c8072815d;hp=9ee96bfcd0a8c5fac997ffb7eccf9684e2b1ed16;hpb=fbc5e0fae12a72b547e6d841e80116ce5c26fbf0;p=ffmpeg diff --git a/libavformat/rtspcodes.h b/libavformat/rtspcodes.h index 9ee96bfcd0a..4245e48642d 100644 --- a/libavformat/rtspcodes.h +++ b/libavformat/rtspcodes.h @@ -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 */