diff options
author | Josh de Kock | 2018-03-23 10:16:15 +0000 |
---|---|---|
committer | Josh de Kock | 2018-03-31 23:26:31 +0100 |
commit | d8ae40611bc01257776b71f20d774eb720151906 (patch) | |
tree | 125ca3583f0c36bd81ba4c26e74191ba189f9e63 /doc/APIchanges | |
parent | 8f1382f80e0d4184c54c14afdda6482f050fbba7 (diff) |
Revert "lavd: add new API for iterating input and output devices"
This reverts commit 0fd475704e871ef3a535947596a012894bae3cbd.
Revert "lavd: fix iterating of input and output devices"
This reverts commit ce1d77a5e7cebce11074bf6f9e38ad6da37338ff.
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index dbc4617f8d..235868b22a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -56,11 +56,6 @@ API changes, most recent first: 2018-02-xx - xxxxxxx - lavc 58.11.100 - avcodec.h Add AVCodecContext.extra_hw_frames. -2018-02-06 - 0fd475704e - lavd 58.1.100 - avdevice.h - Deprecate use of av_input_audio_device_next(), av_input_video_device_next(), - av_output_audio_device_next(), av_output_video_device_next(). - Add av_indev_iterate(), and av_outdev_iterate(). - 2018-xx-xx - xxxxxxx - lavf 58.9.100 - avformat.h Deprecate use of av_register_input_format(), av_register_output_format(), av_register_all(), av_iformat_next(), av_oformat_next(). |