summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-04-12 12:03:12 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-04-12 12:03:12 +0000
commit0c13bbf509d934e15593d9ae203a9592433002f6 (patch)
tree3489371b8625b8479bec39ea6bf8cc254013b585 /doc
parent55775b099d91d41741ff169faa31ac671d08eb6a (diff)
av_destruct_packet_nofree deprecation explained in APIchanges
Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f51185aab9..f6302d3f81 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2009-04-11 - r18431 - lavc 52.25.0 - deprecate av_destruct_packet_nofree
+ Please use NULL instead. This has been supported since r16506
+ (lavf > 52.23.1, lavc > 52.10.0).
+
2009-04-07 - r18351 - lavc 52.23.0 - avcodec_decode_video/audio/subtitle
The old decoding functions are deprecated, all new code should use the
new functions avcodec_decode_video2(), avcodec_decode_audio3() and