summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-01 09:34:21 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-01 09:34:21 +0000
commit4cabef0a9db40570e879d144052ad544f1a847df (patch)
tree765b28c1b797188bb1dd6085f54a9650b6759359 /libavutil/avutil.h
parent2b59fbe9b1e3721ba0785fbed9fc62a8049a6830 (diff)
downloadffmpeg-streaming-4cabef0a9db40570e879d144052ad544f1a847df.zip
ffmpeg-streaming-4cabef0a9db40570e879d144052ad544f1a847df.tar.gz
Make strmatch() return 1 only if the string compared against the
prefix does not contain other characters which may belong to an identifier. This allows to distinguish for example to have different constants with the same prefix (e.g. "foo" and "foobar"). Originally committed as revision 25626 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 ba0601c..eeb0b90 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 4
+#define LIBAVUTIL_VERSION_MICRO 5
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
OpenPOWER on IntegriCloud