comparison rtspcodes.h @ 0:05318cf2e886 libavformat

renamed libav to libavformat
author bellard
date Mon, 25 Nov 2002 19:07:40 +0000
parents
children 8bf9be9bb107
comparison
equal deleted inserted replaced
-1:000000000000 0:05318cf2e886
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")