summaryrefslogtreecommitdiff
path: root/libavformat/rtspcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtspcodes.h')
-rw-r--r--libavformat/rtspcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtspcodes.h b/libavformat/rtspcodes.h
index d4f762b00c..d4ae0a8ae2 100644
--- a/libavformat/rtspcodes.h
+++ b/libavformat/rtspcodes.h
@@ -74,7 +74,7 @@ RTSP_STATUS_VERSION =505,
RTSP_STATUS_UNSUPPORTED_OPTION =551,
};
-static const av_unused char *rtsp_status_strings[] = {
+static const av_unused char * const rtsp_status_strings[] = {
[RTSP_STATUS_CONTINUE] ="Continue",
[RTSP_STATUS_OK] ="OK",
[RTSP_STATUS_CREATED] ="Created",