diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-14 11:46:14 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-19 23:15:33 +0200 |
commit | 9fdf77217b39646afdb8907b977e3d7a59f1cb9e (patch) | |
tree | 166faedba1db3476bd48b0d48840f5fa477f7c5e /doc/APIchanges | |
parent | 6070b7e1c520e9ca389403bae20a2ad04c7d54c7 (diff) | |
download | ffmpeg-9fdf77217b39646afdb8907b977e3d7a59f1cb9e.tar.gz |
lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h
Simplify passing AVFrame data to av_vsrc_buffer_add_video_buffer_ref().
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d9e7d326bd..cd1f88894d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-05-XX - XXXXXX - lavfi 2.6.0 - avcodec.h + Add avfilter_get_video_buffer_ref_from_frame() to libavfilter/avcodec.h. + 2011-05-18 - 64150ff - lavc 53.4.0 - AVCodecContext.request_sample_fmt Add request_sample_fmt field to AVCodecContext. |