diff options
author | Marton Balint <cus@passwd.hu> | 2016-01-12 03:09:37 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-01-29 01:42:15 +0100 |
commit | 995c7a6f5ad480d706b22e97609e2cce2f305e4b (patch) | |
tree | 292c406bb2219f41f9fb69ae49495ff36b333385 /libavdevice/version.h | |
parent | 98e94dff7a59972879ad149e313b5b8535bd4d1a (diff) | |
download | ffmpeg-995c7a6f5ad480d706b22e97609e2cce2f305e4b.tar.gz |
lavd/decklink_dec: add support for teletext
It uses the libzvbi slicer, therefore teletext capture requires libzvbi.
Reviewed-by: Deti Fliegl <deti@fliegl.de>
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 45c9e8d4db..b226a76120 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -29,7 +29,7 @@ #define LIBAVDEVICE_VERSION_MAJOR 57 #define LIBAVDEVICE_VERSION_MINOR 0 -#define LIBAVDEVICE_VERSION_MICRO 100 +#define LIBAVDEVICE_VERSION_MICRO 101 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ |