diff --git a/avconv.c b/avconv.c index d941e695b1..09d4886b95 100644 --- a/avconv.c +++ b/avconv.c @@ -2730,7 +2730,7 @@ static int opt_map(OptionsContext *o, const char *opt, const char *arg) static void parse_meta_type(char *arg, char *type, int *index) { if (*arg) { - *type = *(++arg); + *type = *arg; switch (*arg) { case 'g': break;