On Thu, Jul 24, 2014 at 11:17:16PM +0200, Luca Barbato wrote:
> --- a/libavutil/avstring.h
> +++ b/libavutil/avstring.h
> @@ -219,6 +219,16 @@ const char *av_basename(const char *path);
> +
> +/**
> + * Match instances of name in a ','-separated list of names

Match instances of a name in a ','-separated list of names.

End sentences in a period please.

> + * @param name  Name to look for
> + * @param names List of names
> + * @return 1 on match, 0 otherwise
> + */
> +
> +int av_match_name(const char *name, const char *names);

Drop the empty line.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to