summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-10-24 23:58:15 +0200
committerClément Bœsch <ubitux@gmail.com>2012-10-24 23:58:18 +0200
commit4d46fd0b3ed14cfcfc4fd7fc1e4fb29f8fcea65c (patch)
treee5d66c0058a822bd7039b75a5a51e0bc2da87548 /libavcodec/version.h
parent60d9ee1b75b37e9d188cf7321d0d74d8714da696 (diff)
downloadffmpeg-streaming-4d46fd0b3ed14cfcfc4fd7fc1e4fb29f8fcea65c.zip
ffmpeg-streaming-4d46fd0b3ed14cfcfc4fd7fc1e4fb29f8fcea65c.tar.gz
lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type.
This commit introduces a new packet side data type for the subtitle position information. This is meant to be used by the SRT format where that information is stored along with the timing, which is not part of the subrip packets.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index a52d726..f878efe 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 68
+#define LIBAVCODEC_VERSION_MINOR 69
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
OpenPOWER on IntegriCloud