summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-03-23 17:45:48 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 09:43:11 -0400
commit0c0d1bce7c582b82e49843acaa7d0fb4b1774b21 (patch)
tree44fac8c6c906107b61ee80089dfd6a4fb5e53f00 /libavutil/avutil.h
parent2b98377935384ecd22c2cd26106b9e03a6c9f598 (diff)
avutil: add audio fifo buffer
The functions operate on the sample level rather than the byte level and work with all audio sample formats.
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 7319c22bfa..6673f0f53b 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -152,8 +152,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 27
-#define LIBAVUTIL_VERSION_MICRO 2
+#define LIBAVUTIL_VERSION_MINOR 28
+#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \