1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

fix some a/an typos

Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
Lou Logan
2016-03-28 14:07:47 -08:00
parent 99f2a59c2f
commit 06eef96b69
26 changed files with 32 additions and 32 deletions

View File

@@ -656,7 +656,7 @@ int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOu
DESCRIBE_FILTER_LINK(ofilter, out, 0);
if (!ofilter->ost) {
av_log(NULL, AV_LOG_FATAL, "Filter %s has a unconnected output\n", ofilter->name);
av_log(NULL, AV_LOG_FATAL, "Filter %s has an unconnected output\n", ofilter->name);
exit_program(1);
}