[FFmpeg-cvslog] r18468 - trunk/doc/APIchanges
reimar
subversion
Sun Apr 12 14:03:13 CEST 2009
Author: reimar
Date: Sun Apr 12 14:03:12 2009
New Revision: 18468
Log:
av_destruct_packet_nofree deprecation explained in APIchanges
Modified:
trunk/doc/APIchanges
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Sun Apr 12 11:33:38 2009 (r18467)
+++ trunk/doc/APIchanges Sun Apr 12 14:03:12 2009 (r18468)
@@ -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
More information about the ffmpeg-cvslog
mailing list