"README.md" did not exist on "ae9b6f3202fadafe280262e6c12fffa663cfa226"
avdevice/avdevice: Deprecate AVDevice Capabilities API
It has been added in 6db42a2b, yet since then none of the necessary create/free_device_capabilities functions has been implemented, making this API completely useless. Because of this one can already simplify avdevice_capabilities_free/create and can already remove the function pointers at the next major bump; given that the documentation explicitly states that av_device_capabilities is not to be used by a user, it's options can already be removed (save for the sentinel). Signed-off-by:Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Showing
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- libavdevice/avdevice.c 6 additions, 65 deletionslibavdevice/avdevice.c
- libavdevice/avdevice.h 5 additions, 0 deletionslibavdevice/avdevice.h
- libavdevice/version.h 5 additions, 2 deletionslibavdevice/version.h
- libavformat/avformat.h 4 additions, 0 deletionslibavformat/avformat.h
Loading
Please register or sign in to comment