diff options
author | Aman Gupta <aman@tmm1.net> | 2018-07-31 18:34:15 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2018-10-11 20:51:14 -0700 |
commit | f6d48b618aadb7acea6539e3973c91e14164f531 (patch) | |
tree | 4c2bdc25c9dce6cf76c29b8054c296bd26824d32 /doc | |
parent | e265832c378c3f4dc372f1c0f477810f63dd60fd (diff) | |
download | ffmpeg-f6d48b618aadb7acea6539e3973c91e14164f531.tar.gz |
avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()
The existing av_mediacodec_release_buffer allows the user to render
or discard the Surface-backed frame. This new method allows the user
to control exactly when the frame will be rendered to its SurfaceView.
Available since Android API 21.
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a40476d630..9e93555dac 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-10-11 - xxxxxxxxxx - lavc 58.33.100 - mediacodec.h + Add av_mediacodec_render_buffer_at_time(). + 2018-09-09 - xxxxxxxxxx - lavc 58.29.100 - avcodec.h Add AV_PKT_DATA_AFD |