Commit 12b34727 authored by reimar's avatar reimar

av_destruct_packet_nofree deprecation explained in APIchanges


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18468 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4daef964
...@@ -12,6 +12,10 @@ libavutil: 2009-03-08 ...@@ -12,6 +12,10 @@ libavutil: 2009-03-08
API changes, most recent first: 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 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 The old decoding functions are deprecated, all new code should use the
new functions avcodec_decode_video2(), avcodec_decode_audio3() and new functions avcodec_decode_video2(), avcodec_decode_audio3() and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment