Commit 0dbc80f6 authored by bcoudurier's avatar bcoudurier

add static

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13840 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6f7e51ea
...@@ -77,7 +77,7 @@ enum HTTPState { ...@@ -77,7 +77,7 @@ enum HTTPState {
RTSPSTATE_SEND_PACKET, RTSPSTATE_SEND_PACKET,
}; };
const char *http_state[] = { static const char *http_state[] = {
"HTTP_WAIT_REQUEST", "HTTP_WAIT_REQUEST",
"HTTP_SEND_HEADER", "HTTP_SEND_HEADER",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment