Go to the documentation of this file.
24 #ifndef AVFORMAT_RTSPCODES_H
25 #define AVFORMAT_RTSPCODES_H
124 #define RTSP_STATUS_CODE2STRING(x) (\
125 x >= 100 && x < FF_ARRAY_ELEMS(rtsp_status_strings) && rtsp_status_strings[x] \
126 )? rtsp_status_strings[x] : NULL