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

@ -354,7 +354,7 @@ static int parse_outputs(const char **buf, AVFilterInOut **curr_inputs,
av_freep(&match);
av_freep(&input);
} else {
/* Not in the list, so add the first input as a open_output */
/* Not in the list, so add the first input as an open_output */
input->name = name;
insert_inout(open_outputs, input);
}