libavutil: add version component accessor macros

Multimedia / FFmpeg - Reynaldo H. Verdejo Pinochet [osg.samsung.com] - 6 December 2015 03:01 UTC

Pretty standard macros, these should help libav* users avoid repeating ver.si.on parsing code, which aids in compatibility-checking tasks like identifying FFmpeg from Libav (_MICRO >= 100 check). Something many are doing since we are not intercompatible anymore.

21c34cb libavutil: add version component accessor macros
libavutil/version.h | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

  • Share