diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-29 11:22:41 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-02-08 13:20:56 +0100 |
commit | 9409c3811c90975f2208216a0c5b820186e1e87b (patch) | |
tree | 23e18cd106e056b8bd050074e8d6b827d715671c /libavfilter/avfilter.h | |
parent | 0cad24ce9b02037c9cdad84cae905f96b04d7d4c (diff) | |
download | ffmpeg-9409c3811c90975f2208216a0c5b820186e1e87b.tar.gz |
libavfilter: add video movie source
See thread:
Subject: [PATCH] movie video source
Date: 2010-12-31 15:35:30 GMT
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index ad8b1e51a5..cc3dce7cb2 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -27,7 +27,7 @@ #include "libavcore/samplefmt.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 74 +#define LIBAVFILTER_VERSION_MINOR 75 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |