diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 22:09:53 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 22:09:53 +0000 |
commit | c85eef4ed8ed838943a01b5bb1f1c9dd8969c423 (patch) | |
tree | 0412d41ec55c08430f03f70d96a9994f8130945d /libavfilter/avfilter.h | |
parent | 486adc55c0faa6ebc693645dbbeb1c11d2768280 (diff) | |
download | ffmpeg-c85eef4ed8ed838943a01b5bb1f1c9dd8969c423.tar.gz |
Move av_set_options_string() from libavfilter to libavutil.
Originally committed as revision 25236 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 6fc7500809..88991bc5a6 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 47 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |