diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-11-19 12:16:47 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-11-21 09:14:52 +0800 |
commit | 09f1d15ae8bd1d7f597aec9ced4f8ebe8762a4bd (patch) | |
tree | 1f43f2a2424e34650c8fd8cca1651ae391382116 /libavdevice/version.h | |
parent | c055a476b2498278861e938965852906407cc8e0 (diff) | |
download | ffmpeg-09f1d15ae8bd1d7f597aec9ced4f8ebe8762a4bd.tar.gz |
avdevice/decklink_dec: map the raw_format instead of hardcode
The patch will change the numerical values for the string constants so bump
micro version.
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Limin Wang <lance.lmwang@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 e3aca9e3d2..7022fdbf2a 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -29,7 +29,7 @@ #define LIBAVDEVICE_VERSION_MAJOR 58 #define LIBAVDEVICE_VERSION_MINOR 11 -#define LIBAVDEVICE_VERSION_MICRO 102 +#define LIBAVDEVICE_VERSION_MICRO 103 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ |