Change all occurences of "inofficial" to "unofficial" in code, comments

and options. Keep old options until next major version bump.

Patch by Rodney Baker, rodney d baker a iinet d net d au

Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Rodney Baker
2010-07-03 15:35:23 +00:00
committed by Carl Eugen Hoyos
parent a07a06b033
commit 2d525ef483
8 changed files with 20 additions and 11 deletions

View File

@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-06-29 - r23885 - lavc 52.79.0
Added FF_COMPLIANCE_UNOFFICIAL and changed all instances of FF_COMPLIANCE_INOFFICIAL to use FF_COMPLIANCE_UNOFFICIAL
2010-06-28 - r23835 - lavfi 1.20.1 - av_parse_color()
Extend av_parse_color() syntax, make it accept an alpha value specifier and
set the alpha value to 255 by default.