summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-01 09:34:12 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-01 09:34:12 +0000
commit63b1630356f41c1de164aa98ad6ae16db8411a21 (patch)
treefb1b47ced7dfcef18cef14b8da3fa042551e7dc3 /libavutil/avutil.h
parentd56920e206b639d9e2a4e22b90acc680c6e4ca04 (diff)
downloadffmpeg-streaming-63b1630356f41c1de164aa98ad6ae16db8411a21.zip
ffmpeg-streaming-63b1630356f41c1de164aa98ad6ae16db8411a21.tar.gz
Fix evaluation of expressions of the form: E1;E2.
The pointer to the char ';' has to be increased before to evaluate ";E2". Originally committed as revision 25623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 74247d3..ba0601c 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 50
#define LIBAVUTIL_VERSION_MINOR 32
-#define LIBAVUTIL_VERSION_MICRO 3
+#define LIBAVUTIL_VERSION_MICRO 4
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
OpenPOWER on IntegriCloud