avdevice/avdevice: Fix mismatching argument name

This commit is contained in:
Marvin Scholz 2022-09-15 02:42:42 +02:00 committed by Anton Khirnov
parent ea5884e2e3
commit 7cf22df14e

View File

@ -494,7 +494,7 @@ int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_l
/**
* Convenient function to free result of avdevice_list_devices().
*
* @param devices device list to be freed.
* @param device_list device list to be freed.
*/
void avdevice_free_list_devices(AVDeviceInfoList **device_list);