mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
Add missing "const" all over the place.
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user