]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
Revert the default for ffplay to -noautoexit.
[ffmpeg] / ffserver.c
index c1c8530a3e1c48777c582e0de20f734f1347f660..dc7c5f2f760cc82c4f95f793b54949864cc782f2 100644 (file)
@@ -91,7 +91,7 @@ enum HTTPState {
     RTSPSTATE_SEND_PACKET,
 };
 
-static const char *http_state[] = {
+static const char * const http_state[] = {
     "HTTP_WAIT_REQUEST",
     "HTTP_SEND_HEADER",