summaryrefslogtreecommitdiffstats
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-11-17 22:58:28 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-11-17 22:58:28 +0000
commit0985e1a3ca52436741b95907d9d1c90a42f839b1 (patch)
tree7ffe8a500cf8e24d3a978c69d39b92c5163bb070 /libavcore/avcore.h
parent909865fdbe7225d6e9b4eb5da15028104a4a06da (diff)
downloadffmpeg-streaming-0985e1a3ca52436741b95907d9d1c90a42f839b1.zip
ffmpeg-streaming-0985e1a3ca52436741b95907d9d1c90a42f839b1.tar.gz
move the av_parse_color() function from libavfilter to libavcore
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r--libavcore/avcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h
index 312cd86..a4c36ba 100644
--- a/libavcore/avcore.h
+++ b/libavcore/avcore.h
@@ -27,8 +27,8 @@
#include "libavutil/avutil.h"
#define LIBAVCORE_VERSION_MAJOR 0
-#define LIBAVCORE_VERSION_MINOR 12
-#define LIBAVCORE_VERSION_MICRO 1
+#define LIBAVCORE_VERSION_MINOR 13
+#define LIBAVCORE_VERSION_MICRO 0
#define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \
LIBAVCORE_VERSION_MINOR, \
OpenPOWER on IntegriCloud