summaryrefslogtreecommitdiff
path: root/libavdevice/version.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-01-12 03:09:37 +0100
committerMarton Balint <cus@passwd.hu>2016-01-29 01:42:15 +0100
commit995c7a6f5ad480d706b22e97609e2cce2f305e4b (patch)
tree292c406bb2219f41f9fb69ae49495ff36b333385 /libavdevice/version.h
parent98e94dff7a59972879ad149e313b5b8535bd4d1a (diff)
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.h2
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, \