add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRDUP_VAL
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 13 Dec 2009 20:24:19 +0000 (20:24 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 13 Dec 2009 20:24:19 +0000 (20:24 +0000)
Originally committed as revision 20835 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/APIchanges

index 5f3793f..69878b3 100644 (file)
@@ -12,6 +12,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2009-12-13 - r20834 - lavf 52.43.0 - metadata API
+  add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRDUP_VAL
+
 2009-12-13 - r20829 - lavu 50.7.0 - avstring.h API
   add av_d2str()