diff --git a/avconv.c b/avconv.c
index d941e695b1ecd573881377bbf776b89cc2d8f27a..09d4886b95844bd5a2680131f9b43207b67069df 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;