aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-17 15:25:14 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-02-06 11:30:54 +0100
commit70ffda3217c58bbbfb8a7e7c58824b8ca6c56128 (patch)
tree794ed6d73cf979f1ff69ad2c85701cf5e98a24ff /libavutil/avutil.h
parent1ca0812d909a05e341e4c76861fb9dccc2f47112 (diff)
downloadffmpeg-70ffda3217c58bbbfb8a7e7c58824b8ca6c56128.tar.gz
lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect
Factorize code and provide ratio parsing consistency.
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 5d574e8851..c8427fd0bf 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -154,7 +154,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 37
+#define LIBAVUTIL_VERSION_MINOR 38
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \