1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avconv: fix a typo

This commit is contained in:
Anton Khirnov
2013-02-21 10:57:57 +01:00
parent 64bfc3e205
commit db2d65ce1e

View File

@@ -1901,7 +1901,7 @@ static int open_files(OptionGroupList *l, const char *inout,
inout, g->arg); inout, g->arg);
return ret; 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; return 0;