ffmpeg: fix typo in open_files() message

Found-By: Justin Ruggles
pull/9/head
Stefano Sabatini 12 years ago
parent 1ec3324f00
commit c4738c3196
  1. 2
      ffmpeg_opt.c

@ -2297,7 +2297,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