]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavdevice/avdevice.h
Implement avdevice_version().
[frescor/ffmpeg.git] / libavdevice / avdevice.h
index 3d4a1a3c78587a57b05cc17aadace1b8f7f463f8..0291de58897f95ebdfd4fb3b68eee4908cff33e9 100644 (file)
@@ -20,7 +20,7 @@
 #define FFMPEG_AVDEVICE_H
 
 #define LIBAVDEVICE_VERSION_MAJOR 52
-#define LIBAVDEVICE_VERSION_MINOR  0
+#define LIBAVDEVICE_VERSION_MINOR  1
 #define LIBAVDEVICE_VERSION_MICRO  0
 
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
                                            LIBAVDEVICE_VERSION_MICRO)
 #define LIBAVDEVICE_BUILD       LIBAVDEVICE_VERSION_INT
 
+/**
+ * Returns the LIBAVDEVICE_VERSION_INT constant.
+ */
+unsigned avdevice_version(void);
+
 /**
  * Initialize libavdevice and register all the input and output devices.
  * @warning This function is not thread safe.