ffmpeg | branch: master | Anton Khirnov <[email protected]> | 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; /** _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
