mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
compat/getopt: constify opts
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ static int optind = 1;
|
|||||||
static int optopt;
|
static int optopt;
|
||||||
static char *optarg;
|
static char *optarg;
|
||||||
|
|
||||||
static int getopt(int argc, char *argv[], char *opts)
|
static int getopt(int argc, char *argv[], const char *opts)
|
||||||
{
|
{
|
||||||
static int sp = 1;
|
static int sp = 1;
|
||||||
int c;
|
int c;
|
||||||
|
|||||||
Reference in New Issue
Block a user