summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJon Toohill <jtoohill-at-google.com@ffmpeg.org>2016-08-15 13:13:06 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-16 12:30:37 +0200
commitc3c4c72665b9fbb06d8e84e6350c1148b3c55498 (patch)
tree34dddde59bbe95da447a38c33f05ec511299707b /libavcodec/version.h
parent3282e31baaa77d161a4451c27ad0d45f78e1da0a (diff)
lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.
Shows encoder delay/padding in the stream summary if they are set. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 a697261b10..cdfc4f9365 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#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, \