diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2012-10-10 17:28:55 -0600 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-29 18:50:48 +0100 |
commit | c1804dc4ce164fc3993ca93a5c9649d73fb485b4 (patch) | |
tree | e30599276876bcf843676493987a41bf66247f11 /libavfilter/version.h | |
parent | 7691860c7374a6cbe56a375586df112d05278997 (diff) | |
download | ffmpeg-streaming-c1804dc4ce164fc3993ca93a5c9649d73fb485b4.zip ffmpeg-streaming-c1804dc4ce164fc3993ca93a5c9649d73fb485b4.tar.gz |
lavfi/frei0r: allow for Windows style paths
Update path handling against the latest Frei0r specification changes.
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index e6c10e5..ff38107 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 20 -#define LIBAVFILTER_VERSION_MICRO 108 +#define LIBAVFILTER_VERSION_MICRO 109 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |