[FFmpeg-cvslog] swresample: Fix Doxy reference to AVOptions

Marvin Scholz git at videolan.org
Mon Oct 17 11:01:14 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 20:55:28 2022 +0200| [1f59e71478a154365e3648ed327fba01db3cf63f] | committer: Anton Khirnov

swresample: Fix Doxy reference to AVOptions

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f59e71478a154365e3648ed327fba01db3cf63f
---

 libswresample/swresample.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index 4c26468c63..d4dcaebdcf 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -73,7 +73,7 @@
  *
  * Once all values have been set, it must be initialized with swr_init(). If
  * you need to change the conversion parameters, you can change the parameters
- * using @ref AVOptions, as described above in the first example; or by using
+ * using @ref avoptions, as described above in the first example; or by using
  * swr_alloc_set_opts2(), but with the first argument the allocated context.
  * You must then call swr_init() again.
  *



More information about the ffmpeg-cvslog mailing list