Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgio Vazzana <mywing81@gmail.com>2013-01-30 16:17:02 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-01-31 15:38:03 +0400
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, \