Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_04 / synfig-core / src / modules / mod_libavcodec / libavformat / rtspcodes.h
1 DEF(200, RTSP_STATUS_OK, "OK")
2 DEF(405, RTSP_STATUS_METHOD, "Method Not Allowed")
3 DEF(453, RTSP_STATUS_BANDWIDTH, "Not Enough Bandwidth")
4 DEF(454, RTSP_STATUS_SESSION, "Session Not Found")
5 DEF(455, RTSP_STATUS_STATE, "Method Not Valid in This State")
6 DEF(459, RTSP_STATUS_AGGREGATE, "Aggregate operation not allowed")
7 DEF(460, RTSP_STATUS_ONLY_AGGREGATE, "Only aggregate operation allowed")
8 DEF(461, RTSP_STATUS_TRANSPORT, "Unsupported transport")
9 DEF(500, RTSP_STATUS_INTERNAL, "Internal Server Error")
10 DEF(503, RTSP_STATUS_SERVICE, "Service Unavailable")
11 DEF(505, RTSP_STATUS_VERSION, "RTSP Version not supported")