diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-16 10:43:53 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-16 10:43:53 +0000 |
commit | dd08b83c876275ae4741225a4820997c935b956d (patch) | |
tree | 6ecfa50d3f7873c16e546f861e76d9fe835c206a /libavfilter/avfilter.h | |
parent | e1bb0364f848978785a956dcb209d025427a5f77 (diff) | |
download | ffmpeg-dd08b83c876275ae4741225a4820997c935b956d.tar.gz |
Implement null video source.
Originally committed as revision 21240 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 8f12d7d1d5..5b85427ac1 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 15 +#define LIBAVFILTER_VERSION_MINOR 16 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |