diff options
author | Lukasz Marek <[email protected]> | 2014-02-22 23:32:55 +0100 |
---|---|---|
committer | Lukasz Marek <[email protected]> | 2014-03-03 23:39:07 +0100 |
commit | 06fed44051d0258127f55afa4dd07dfbff021327 (patch) | |
tree | d5fd7d34794a7112562d0f97025c7b8cf5abf38b /doc/APIchanges | |
parent | f607767d93b7c277585332f85f9d75ad85221979 (diff) |
lavd/avdevice: add device iterators
Signed-off-by: Lukasz Marek <[email protected]>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e52b4489d3..b06d9770bd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |