Browse Source

ffmpeg: fix typo in open_files() message

Found-By: Justin Ruggles
tags/n1.2
Stefano Sabatini 13 years ago
parent
commit
c4738c3196
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg_opt.c

+ 1
- 1
ffmpeg_opt.c View File

@@ -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