diff mbox series

[FFmpeg-devel,v2,2/7] avdevice/avdevice: Fix mismatching argument name

Message ID 20220922020400.46715-2-epirat07@gmail.com
State Superseded
Headers show
Series [FFmpeg-devel,v2,1/7] avcodec: Fix Doxygen trailing brief comments | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to run configure
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

Marvin Scholz Sept. 22, 2022, 2:03 a.m. UTC
---
 libavdevice/avdevice.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer Sept. 23, 2022, 7:32 a.m. UTC | #1
On Thu, Sep 22, 2022 at 04:03:55AM +0200, Marvin Scholz wrote:
> ---
>  libavdevice/avdevice.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

LGTM

thx

[...]
diff mbox series

Patch

diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index 0b32e59fed..185593053f 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -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);