~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libavformat/rtspcodes.h

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:45:33 UTC
  • Revision ID: siretart@tauware.de-20060708084533-dbc155bde7122e78
imported mplayer_0.99+1.0pre7try2+cvs20060117

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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")