diff options
author | Georg Lippitsch <georg.lippitsch@gmx.at> | 2012-04-23 16:01:17 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-05 13:02:49 +0200 |
commit | 325fb246f257547b56c39c545fc193e40fe5b590 (patch) | |
tree | 35e80cfd7792e45e231936ff17479704895a2da4 /libavdevice/version.h | |
parent | 6d74e3c6f21fac0d17d0a65d36c83161747885e5 (diff) | |
download | ffmpeg-325fb246f257547b56c39c545fc193e40fe5b590.tar.gz |
FireWire DV/HDV input device using libiec61883
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r-- | libavdevice/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h index 3b1e9b5313..93a07bd33c 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -28,7 +28,7 @@ #include "libavutil/avutil.h" #define LIBAVDEVICE_VERSION_MAJOR 54 -#define LIBAVDEVICE_VERSION_MINOR 0 +#define LIBAVDEVICE_VERSION_MINOR 1 #define LIBAVDEVICE_VERSION_MICRO 100 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ |