OSDN Git Service

APIchanges: fix revision number and commit date for change of all occurences
authorRamiro Polla <ramiro.polla@gmail.com>
Sun, 4 Jul 2010 17:24:57 +0000 (17:24 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Sun, 4 Jul 2010 17:24:57 +0000 (17:24 +0000)
of "inofficial" to "unofficial".

Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/APIchanges

index 80746d7..5ff14d9 100644 (file)
@@ -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.