diff options
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index e6ebb6c43c..eec2d559a7 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -171,6 +171,13 @@ unsigned avutil_version(void); /** + * Return an informative version string. This usually the actual release version + * number and a git hash. This string has no fixed format and can change any + * time. It should never be parsed by code. + */ +const char *avutil_version_info(void); + +/** * Return the libavutil build-time configuration. */ const char *avutil_configuration(void); |