diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-24 08:38:00 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-24 08:38:00 +0000 |
commit | 7f1af825f8bbb2fd911284a68f1c98e784e0fda4 (patch) | |
tree | b725927be6bdf549fec0045531fc8dfe85144046 /libavfilter/avfilter.h | |
parent | 5a9dd3de63db95704708350bc1c5abb74944cda2 (diff) | |
download | ffmpeg-7f1af825f8bbb2fd911284a68f1c98e784e0fda4.tar.gz |
Add fifo filter.
Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 5dc72e604f..dfe27e7734 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,7 +25,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 37 +#define LIBAVFILTER_VERSION_MINOR 38 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |