Browse Source

avconv: fix a typo

tags/n2.0
Anton Khirnov 12 years ago
parent
commit
db2d65ce1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      avconv_opt.c

+ 1
- 1
avconv_opt.c View File

@@ -1901,7 +1901,7 @@ static int open_files(OptionGroupList *l, const char *inout,
inout, g->arg);
return ret;
}
av_log(NULL, AV_LOG_DEBUG, "Successfully openened the file.\n");
av_log(NULL, AV_LOG_DEBUG, "Successfully opened the file.\n");
}

return 0;


Loading…
Cancel
Save