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 /libavutil/avutil.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 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index c441023c4b..a40bd957ae 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -40,7 +40,7 @@ #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) #define LIBAVUTIL_VERSION_MAJOR 50 -#define LIBAVUTIL_VERSION_MINOR 30 +#define LIBAVUTIL_VERSION_MINOR 31 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |