aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2012-08-12 14:18:35 -0700
committerPhilip Langdale <philipl@overt.org>2012-08-15 20:46:54 -0700
commit6057de19b5e0075fea55a3a0cb9d225ba3a6f9a4 (patch)
tree0240e9ba5e109ca680013d6c4b221f4c95b7d8f6 /libavcodec/version.h
parent6af680fa070ebc5081045e4b24ceaa4fccfa89b4 (diff)
downloadffmpeg-6057de19b5e0075fea55a3a0cb9d225ba3a6f9a4.tar.gz
srtenc: Add timing-less "subrip" encoder.
Unsurprisingly, if a timing-less subrip decoder is desireable, an encoder is as well. With this in place, we can move on to remove the use of the old encoder/decoder with embedded timing and move all timing handling the (de)muxer where they belong. Signed-off-by: Philip Langdale <philipl@overt.org>
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 f2c5151a3e..7f4db0b566 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 52
+#define LIBAVCODEC_VERSION_MINOR 53
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \