Mercurial > libavformat.hg
diff avlanguage.h @ 6199:fa244b4fe683 libavformat
Fix grammar errors in documentation
| author | mru |
|---|---|
| date | Wed, 30 Jun 2010 15:38:06 +0000 |
| parents | 498ef2d47d0c |
| children |
line wrap: on
line diff
--- a/avlanguage.h Wed Jun 30 07:55:05 2010 +0000 +++ b/avlanguage.h Wed Jun 30 15:38:06 2010 +0000 @@ -31,8 +31,8 @@ }; /** - * Converts a language code to a target codespace. The source codespace is guessed. - * Returns NULL if the provided lang is null or invalid. + * Convert a language code to a target codespace. The source codespace is guessed. + * @return NULL if the provided lang is null or invalid. */ const char *av_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace);
