summaryrefslogtreecommitdiff
path: root/libswresample
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 20:55:28 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:55:19 +0200
commit1f59e71478a154365e3648ed327fba01db3cf63f (patch)
tree0cd454df33f214d4a87ad3e8417c3c66a9df1946 /libswresample
parent58b86d8b68d93796f212259847d92374c7db8f1b (diff)
downloadffmpeg-1f59e71478a154365e3648ed327fba01db3cf63f.tar.gz
swresample: Fix Doxy reference to AVOptions
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/swresample.h2
1 files changed, 1 insertions, 1 deletions
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.
*