summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-07-04 17:24:57 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-07-04 17:24:57 +0000
commit34171e87d5f3b568863550e29b5e5d4b676a0377 (patch)
tree341066f6fef26fefdf93ae092c40b466d58b81a6
parentf2c44ad51160da4c0c27429e874265c0dff3d117 (diff)
APIchanges: fix revision number and commit date for change of all occurences
of "inofficial" to "unofficial". Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/APIchanges6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 80746d795b..5ff14d9d61 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,13 +12,13 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-07-03 - r24021 - lavc 52.79.0
+ Added FF_COMPLIANCE_UNOFFICIAL and changed all instances of FF_COMPLIANCE_INOFFICIAL to use FF_COMPLIANCE_UNOFFICIAL
+
2010-07-02 - r23985 - lavu 50.20.0 - lfg.h
Export av_lfg_init(), av_lfg_get(), av_mlfg_get(), and av_bmg_get() through
lfg.h.
-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.