Revert "lavd: add new API for iterating input and output devices"

This reverts commit 0fd475704e.

Revert "lavd: fix iterating of input and output devices"

This reverts commit ce1d77a5e7.

Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
Josh de Kock
2018-03-23 10:16:15 +00:00
parent 8f1382f80e
commit d8ae40611b
11 changed files with 105 additions and 246 deletions

View File

@@ -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().