diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-12 00:32:15 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-12 00:32:15 +0100 |
commit | 44967ab60a9baf62f86bc727b51ff0acb587e676 (patch) | |
tree | 1385f738c56d90099a20088c4003ed356277fc0b /doc/APIchanges | |
parent | e3578fd525e94bfec16de1dfd0e5a49f18a0e0fd (diff) | |
parent | d7b3ee9a3a03ab88d61a5895fbdbc6689f4dd671 (diff) | |
download | ffmpeg-streaming-44967ab60a9baf62f86bc727b51ff0acb587e676.zip ffmpeg-streaming-44967ab60a9baf62f86bc727b51ff0acb587e676.tar.gz |
Merge commit 'd7b3ee9a3a03ab88d61a5895fbdbc6689f4dd671'
* commit 'd7b3ee9a3a03ab88d61a5895fbdbc6689f4dd671':
lavc: deprecate avcodec_get_frame_defaults().
Conflicts:
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c3f4c6b..e3046c0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -21,6 +21,11 @@ API changes, most recent first: Moves version.h to libavutil/ffversion.h. Install ffversion.h and make it public. +2013-12-xx - xxxxxxx - lavc 55.28.1 - avcodec.h + av_frame_alloc(), av_frame_unref() and av_frame_free() now can and should be + used instead of avcodec_alloc_frame(), avcodec_get_frame_defaults() and + avcodec_free_frame() respectively. The latter three functions are deprecated. + 2013-11-xx - xxxxxxx- - lavu 52.20.0 - frame.h Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and stereo3d.h API, that identify codec-independent stereo3d information. |