diff options
author | Gildas Fargeas <fargeas.gildas@gmail.com> | 2017-09-07 14:46:31 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-09-28 21:06:03 +0200 |
commit | cb8b729180cc3ccb85f6c0d2fa7190865cbc2cb7 (patch) | |
tree | debede8be361d5f89ea128c46cba74a432d494f1 /libavdevice/version.h | |
parent | 00a61f30a05a76d10e04253987202e41f8703ebe (diff) | |
download | ffmpeg-cb8b729180cc3ccb85f6c0d2fa7190865cbc2cb7.tar.gz |
avdevice/decklink_dec: add support for more pixel formats
The decklink input pixel format can now be specified with the 'raw_format'
option. The -bm_v210 option is now deprecated.
Signed-off-by: Marton Balint <cus@passwd.hu>
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 da43e55c32..3fbd273fc3 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -29,7 +29,7 @@ #define LIBAVDEVICE_VERSION_MAJOR 57 #define LIBAVDEVICE_VERSION_MINOR 9 -#define LIBAVDEVICE_VERSION_MICRO 100 +#define LIBAVDEVICE_VERSION_MICRO 101 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ |