diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-10-26 09:27:53 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-10-26 16:39:33 -0700 |
commit | 0de9c41ff4acbd9e0b9f1397d279b40f5750dfe9 (patch) | |
tree | e167db40b2d32c2cfc0aa2a8e9d10b266b7aa6bd /libavdevice/avdevice.h | |
parent | 82ed4f1ed89d9ce0985e968fb93eb53e5136bade (diff) | |
download | ffmpeg-0de9c41ff4acbd9e0b9f1397d279b40f5750dfe9.tar.gz |
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.h | 2 |
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, \ |