Browse code

document introduction of side data in APIchanges

this should've been written earlier, sorry

Signed-off-by: Anton Khirnov <anton@khirnov.net>

Kostya authored on 2011/04/18 14:32:14
Showing 1 changed files
... ...
@@ -12,6 +12,11 @@ libavutil:   2009-03-08
12 12
 
13 13
 API changes, most recent first:
14 14
 
15
+2011-04-15 - lavc 52.120.0 - avcodec.h
16
+  AVPacket structure got additional members for passing side information:
17
+    4de339e introduce side information for AVPacket
18
+    2d8591c make containers pass palette change in AVPacket
19
+
15 20
 2011-04-12 - lavf 52.107.0 - avio.h
16 21
   Avio cleanup, part II - deprecate the entire URLContext API:
17 22
     175389c add avio_check as a replacement for url_exist