summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-10-26 09:27:53 -0700
committerLuca Barbato <lu_zero@gentoo.org>2011-10-26 16:39:33 -0700
commit0de9c41ff4acbd9e0b9f1397d279b40f5750dfe9 (patch)
treee167db40b2d32c2cfc0aa2a8e9d10b266b7aa6bd /libavdevice/avdevice.h
parent82ed4f1ed89d9ce0985e968fb93eb53e5136bade (diff)
pulse: introduce pulseaudio input
It currently use the simple api and is using the latency information provided only to offset the stream start. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavdevice/avdevice.h')
-rw-r--r--libavdevice/avdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index c0d392d939..fd82816713 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -22,7 +22,7 @@
#include "libavutil/avutil.h"
#define LIBAVDEVICE_VERSION_MAJOR 53
-#define LIBAVDEVICE_VERSION_MINOR 1
+#define LIBAVDEVICE_VERSION_MINOR 2
#define LIBAVDEVICE_VERSION_MICRO 0
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \