summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-11 15:40:08 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-11 17:20:17 +0200
commit214357341a1ae35e0ca9052400099edaad7afcb4 (patch)
tree32c1d3b9a3dfc2ae733182c07f796e8dfde66a9f /libavdevice/avdevice.h
parente72657f83dc9f31dc0c1eb09ab2e7e704d59643e (diff)
lavdev: add libavfilter virtual input device
This input device is to be considered still experimental, only video output is supported.
Diffstat (limited to 'libavdevice/avdevice.h')
-rw-r--r--libavdevice/avdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index 7cb8f5497f..74c26fb632 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -23,7 +23,7 @@
#include "libavformat/avformat.h"
#define LIBAVDEVICE_VERSION_MAJOR 53
-#define LIBAVDEVICE_VERSION_MINOR 2
+#define LIBAVDEVICE_VERSION_MINOR 3
#define LIBAVDEVICE_VERSION_MICRO 0
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \