comparison rtspcodes.h @ 2620:792383dd085e libavformat

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents f6021da48f21
children 1b6245500d8c
comparison
equal deleted inserted replaced
2619:ed220a21ffa5 2620:792383dd085e
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef AVFORMAT_RTSPCODES_H 22 #ifndef FFMPEG_RTSPCODES_H
23 #define AVFORMAT_RTSPCODES_H 23 #define FFMPEG_RTSPCODES_H
24 24
25 /** RTSP handling */ 25 /** RTSP handling */
26 enum RTSPStatusCode { 26 enum RTSPStatusCode {
27 RTSP_STATUS_OK =200, /**< OK */ 27 RTSP_STATUS_OK =200, /**< OK */
28 RTSP_STATUS_METHOD =405, /**< Method Not Allowed */ 28 RTSP_STATUS_METHOD =405, /**< Method Not Allowed */
35 RTSP_STATUS_INTERNAL =500, /**< Internal Server Error */ 35 RTSP_STATUS_INTERNAL =500, /**< Internal Server Error */
36 RTSP_STATUS_SERVICE =503, /**< Service Unavailable */ 36 RTSP_STATUS_SERVICE =503, /**< Service Unavailable */
37 RTSP_STATUS_VERSION =505, /**< RTSP Version not supported */ 37 RTSP_STATUS_VERSION =505, /**< RTSP Version not supported */
38 }; 38 };
39 39
40 #endif // AVFORMAT_RTSPCODES_H 40 #endif /* FFMPEG_RTSPCODES_H */