avdevice/avdevice: Fix mismatching argument name
This commit is contained in:
committed by
Anton Khirnov
parent
ea5884e2e3
commit
7cf22df14e
@@ -494,7 +494,7 @@ int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_l
|
|||||||
/**
|
/**
|
||||||
* Convenient function to free result of avdevice_list_devices().
|
* 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);
|
void avdevice_free_list_devices(AVDeviceInfoList **device_list);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user