X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/072f66c9803881da25d5b787ef6a33f251349d7a..9507a12e42a45b9b82f72f7484c4ebe1a031a99b:/ffserver.c?ds=sidebyside diff --git a/ffserver.c b/ffserver.c index 1c96199..2b5e6c8 100644 --- a/ffserver.c +++ b/ffserver.c @@ -77,7 +77,7 @@ enum HTTPState { RTSPSTATE_SEND_PACKET, }; -const char *http_state[] = { +static const char *http_state[] = { "HTTP_WAIT_REQUEST", "HTTP_SEND_HEADER",