[FFmpeg-cvslog] r18698 - in trunk: Changelog libavformat/avlanguage.c libavformat/avlanguage.h
Stefano Sabatini
stefano.sabatini-lala
Mon Apr 27 09:51:41 CEST 2009
On date Monday 2009-04-27 09:27:39 +0200, benoit wrote:
> Author: benoit
> Date: Mon Apr 27 09:27:39 2009
> New Revision: 18698
>
> Log:
> Add avlanguage helpers in libavformat.
> Patch by Cyril Comparon: standard_gmail_full_name_address
> Original thread: Suggestion for a centralized language-tag facility in libavformat
> Date: 04/10/2009 07:33 PM
[...]
> +static int langTable_compare(const void *lhs, const void *rhs)
> +{
> + return strcmp(lhs, ((const LangEntry *)rhs)->str);
> +}
> +
> +const char *av_convertLangTo(const char *lang, enum AV_LangCodespace targetCodespace)
And finally the camels slipped in...
More information about the ffmpeg-cvslog
mailing list