You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
add static
Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -77,7 +77,7 @@ enum HTTPState {
|
||||
RTSPSTATE_SEND_PACKET,
|
||||
};
|
||||
|
||||
const char *http_state[] = {
|
||||
static const char *http_state[] = {
|
||||
"HTTP_WAIT_REQUEST",
|
||||
"HTTP_SEND_HEADER",
|
||||
|
||||
|
Reference in New Issue
Block a user