lavd/avdevice: add device iterators

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
This commit is contained in:
Lukasz Marek
2014-02-22 23:32:55 +01:00
parent f607767d93
commit 06fed44051
4 changed files with 89 additions and 1 deletions

View File

@@ -15,6 +15,12 @@ libavutil: 2012-10-22
API changes, most recent first:
2014-xx-xx - xxxxxx - lavd 55.11.100 - avdevice.h
Add av_input_audio_device_next().
Add av_input_video_device_next().
Add av_output_audio_device_next().
Add av_output_video_device_next().
2014-xx-xx - xxxxxxx - lavu 53.05.0 - frame.h
Add av_frame_copy() for copying the frame data.