[FFmpeg-devel] [PATCH][0.5] Fix misc typos

Stefano Sabatini stefano.sabatini-lala
Wed Feb 3 00:50:22 CET 2010


On date Tuesday 2010-02-02 23:26:01 +0100, Reinhard Tartler encoded:
[...]
> --- ffmpeg.orig/libavcodec/options.c
> +++ ffmpeg/libavcodec/options.c
> @@ -156,7 +156,7 @@
>  {"very", "strictly conform to a older more strict version of the spec or reference software", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_VERY_STRICT, INT_MIN, INT_MAX, V|D|E, "strict"},
>  {"strict", "strictly conform to all the things in the spec no matter what consequences", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_STRICT, INT_MIN, INT_MAX, V|D|E, "strict"},
>  {"normal", NULL, 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_NORMAL, INT_MIN, INT_MAX, V|D|E, "strict"},
> -{"inofficial", "allow inofficial extensions", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_INOFFICIAL, INT_MIN, INT_MAX, V|D|E, "strict"},
> +{"inofficial", "allow unofficial extensions", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_INOFFICIAL, INT_MIN, INT_MAX, V|D|E, "strict"},

Maybe this shouldn't be committed and I'm thinking to revert it in
trunk, as "inofficial" is a valid term and it's better to keep the
docs consistent with variable names.

Regards.
-- 
FFmpeg = Free Faithful Merciful Patchable Enhanced Guru



More information about the ffmpeg-devel mailing list