From 9f8937b5ef1301184089f7bc31fe49c439d0ddbc Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 14 May 2013 13:44:29 +0200 Subject: lavd: add xv output device Based on the work of Jeff Moguillansky . See thread: Subject: [FFmpeg-devel] x11 output device for libavdevice Date: Wed, 10 Apr 2013 23:10:47 +0000 --- libavdevice/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavdevice/version.h') diff --git a/libavdevice/version.h b/libavdevice/version.h index 2aab5208c5..bf170b7cf1 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -28,8 +28,8 @@ #include "libavutil/avutil.h" #define LIBAVDEVICE_VERSION_MAJOR 55 -#define LIBAVDEVICE_VERSION_MINOR 1 -#define LIBAVDEVICE_VERSION_MICRO 101 +#define LIBAVDEVICE_VERSION_MINOR 2 +#define LIBAVDEVICE_VERSION_MICRO 100 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ -- cgit v1.2.3