summaryrefslogtreecommitdiff
path: root/libavdevice/version.h
diff options
context:
space:
mode:
authorGiorgio Vazzana <mywing81@gmail.com>2013-01-30 13:17:02 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-01-31 12:38:03 +0100
commitff23b76899b289855bb5a7e074673f3e07e5a7cf (patch)
treeb7f5318cbc59788a4348b88b0acf127e7444f299 /libavdevice/version.h
parentdcfbe1e0b67bfdaf0827a0c54f3c736cdb7c9c1c (diff)
lavd/v4l2: add list_standards option
Since the user is expected to choose the standard by name (with -standard option), add the possibility to list all the supported standards. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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 5eed4f5e1a..9e0c0ae940 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -29,7 +29,7 @@
#define LIBAVDEVICE_VERSION_MAJOR 54
#define LIBAVDEVICE_VERSION_MINOR 3
-#define LIBAVDEVICE_VERSION_MICRO 102
+#define LIBAVDEVICE_VERSION_MICRO 103
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
LIBAVDEVICE_VERSION_MINOR, \