[FFmpeg-cvslog] lavu/opt: document AVOption.flags

Anton Khirnov git at videolan.org
Fri Mar 1 18:17:06 EET 2024


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Feb  7 16:39:00 2024 +0100| [067fde49662c73f1c90f354251edbea3b9026164] | committer: Anton Khirnov

lavu/opt: document AVOption.flags

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

 libavutil/opt.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavutil/opt.h b/libavutil/opt.h
index 36e28249ee..d72d65052f 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -320,6 +320,9 @@ typedef struct AVOption {
     double min;                 ///< minimum valid value for the option
     double max;                 ///< maximum valid value for the option
 
+    /**
+     * A combination of AV_OPT_FLAG_*.
+     */
     int flags;
 
     /**



More information about the ffmpeg-cvslog mailing list