[FFmpeg-devel] [PATCH] Change all instances of "inofficial" to "unofficial" (except c/l option in lavc/options.c)

Michael Niedermayer michaelni
Tue Jun 15 19:06:48 CEST 2010


On Wed, Jun 16, 2010 at 01:40:32AM +0930, Rodney Baker wrote:
> $Subj.
> 
> I have run "make test" with these patches and all passed.
> 
> -- 
> ===================================================
> Rodney Baker VK5ZTV
> rodney.baker at iinet.net.au
> =================================================== 
> 

>  avcodec.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 226bef42ac8a7e04f014245c643db52ef55356ab  libavcodec-h.diff-20100616
> Index: libavcodec/avcodec.h
> ===================================================================
> --- libavcodec/avcodec.h	(revision 23615)
> +++ libavcodec/avcodec.h	(working copy)
> @@ -1353,7 +1353,7 @@
>       * generally do stupid things, whereas setting it to inofficial or lower
>       * will mean the encoder might produce output that is not supported by all
>       * spec-compliant decoders. Decoders don't differentiate between normal,
> -     * inofficial and experimental (that is, they always try to decode things
> +     * unofficial and experimental (that is, they always try to decode things
>       * when they can) unless they are explicitly asked to behave stupidly
>       * (=strictly conform to the specs)
>       */
> @@ -1361,7 +1361,7 @@
>  #define FF_COMPLIANCE_VERY_STRICT   2 ///< Strictly conform to an older more strict version of the spec or reference software.
>  #define FF_COMPLIANCE_STRICT        1 ///< Strictly conform to all the things in the spec no matter what consequences.
>  #define FF_COMPLIANCE_NORMAL        0
> -#define FF_COMPLIANCE_INOFFICIAL   -1 ///< Allow inofficial extensions.
> +#define FF_COMPLIANCE_UNOFFICIAL   -1 ///< Allow unofficial extensions.
>  #define FF_COMPLIANCE_EXPERIMENTAL -2 ///< Allow nonstandardized experimental things.

breaks API

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100615/2835bc5b/attachment.pgp>



More information about the ffmpeg-devel mailing list