diff options
author | Rodney Baker <rodney.baker@iinet.net.au> | 2010-07-03 15:35:23 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-07-03 15:35:23 +0000 |
commit | 2d525ef483df1adbc6e22bbb27467033a90cc196 (patch) | |
tree | 5293bacc005b5114137a48fb743c150ca06ac0f6 /doc | |
parent | a07a06b0334529be6d047db6b0c85a85182e2f42 (diff) | |
download | ffmpeg-2d525ef483df1adbc6e22bbb27467033a90cc196.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index badb49d5f7..5efcd7b6fe 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |